diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-03-11 05:08:51 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-03-11 05:08:51 +0800 |
commit | 2e0970cf06dd983968b84e80cef25428a4d840b4 (patch) | |
tree | cdb1e92db0707e6f56b0cb98a476cac22570fa2c /UPDATING | |
parent | 05e441c3d300920f404f79e04ebe338574e808b9 (diff) | |
download | freebsd-ports-gnome-2e0970cf06dd983968b84e80cef25428a4d840b4.tar.gz freebsd-ports-gnome-2e0970cf06dd983968b84e80cef25428a4d840b4.tar.zst freebsd-ports-gnome-2e0970cf06dd983968b84e80cef25428a4d840b4.zip |
- Updated to 0.21
- Fixed user handling
- Added entry to UPDATING for 0.21 to 0.21 version upgrade
- Enable build on amd64
- Unbreak, undeprecate, and unexpire
PR: ports/126343
Submitted by: Anders Troback <freebsd at troback dot com>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090310: + AFFECTS: users of multimedia/mythtv + AUTHOR: glarkin@FreeBSD.org + + The upgrade from version 0.20 to version 0.21 should be transparent. + Any changes to the database structure should be applied automatically. + + However, it is strongly recommended that you back up your database before + installing a new version of MythTV. + + Example: + $ mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql + + To restore: (assuming that you've dropped the database) + $ mysql -u root + mysql>create database mythconverg; + mysql>exit + $ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql + 20090309: AFFECTS: users of devel/libusb on CURRENT AUTHOR: stas@FreeBSD.org |