diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-12-07 17:18:13 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-12-07 17:18:13 +0000 |
commit | 543c687c665c2df08993c2abb08c573dd38fc629 (patch) | |
tree | e008ffc4f11bce9807ae1502742f6b190cc0d482 /UPDATING | |
parent | 31eb14dc631fb0d5f2ac77db1d4d69bd9553263b (diff) |
- Add a note about the update of games/mkgichessclub to 2.2.0
Notes
Notes:
svn path=/head/; revision=223952
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20081207: + AFFECTS: users of games/mkgichessclub + AUTHOR: nivit@FreeBSD.org + + After the update to the version 2.2.0, please, alter the SQL tables + with the command: + + mysql _mkgichessclub_ < /usr/local/share/mkgichessclub/db_migrate_2.1_to_2.2.sql + + where _mkgichessclub_ is the database name chosen during the installation + of the port. + 20081205: AFFECTS: users of net-p2p/ktorrent AUTHOR: makc@FreeBSD.org |