diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-02 16:48:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-02 16:48:58 +0000 |
commit | 4275912b162872dd4d28396f3e08b60cce1ea267 (patch) | |
tree | d91cc1f4e6f56f5feab26f1fbfdb3aad07eae33e /UPDATING | |
parent | a22c6ecaabf6674a01dc0b482387590cdd6703ed (diff) |
- Entry for devel/cvstrac 2.0.0 update
Notes
Notes:
svn path=/head/; revision=189019
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070402: + AFFECTS: users of devel/cvstrac + AUTHOR: nkoch@demig.de + + cvstrac is changed to use SQLite 3, users should backup their database + then restore after upgrading. For example, + + mv cvstrac.db cvstrac_2.db + sqlite cvstrac_2.db .dump | sqlite3 cvstrac.db + 20070327: AFFECTS: users of emulators/linux_base-fc6 AUTHOR: bsam@FreeBSD.org |