diff options
author | mandree <mandree@FreeBSD.org> | 2014-05-27 23:40:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-05-27 23:40:43 +0800 |
commit | 2457ddfb7f47ac4b27d90d223b803b53cba2645b (patch) | |
tree | 89cb3a5b7fd85ec1239540ac5f183e62f6c1468b /UPDATING | |
parent | d8b1159484289eba98beb9f15c75733a65e80da4 (diff) | |
download | freebsd-ports-gnome-2457ddfb7f47ac4b27d90d223b803b53cba2645b.tar.gz freebsd-ports-gnome-2457ddfb7f47ac4b27d90d223b803b53cba2645b.tar.zst freebsd-ports-gnome-2457ddfb7f47ac4b27d90d223b803b53cba2645b.zip |
Update to new upstream release 6.0.30.
ChangeLog: <http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html>
Note that databases using BLOB support require an upgrade,
adding a corresponding note to UPDATING.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140527: + AFFECTS: users of databases/db6 + AUTHOR: mandree@FreeBSD.org + + Oracle BerkeleyDB 6.0 was upgraded to version 6.0.30. Databases that + use BLOBs need to be upgraded using db_upgrade-6.0 before they can be + accessed again. See the manual for details: + + <http://docs.oracle.com/cd/E17076_03/html/api_reference/C/db_upgrade.html> + + Databases that do not use BLOBs are unaffected. + 20140526: AFFECTS: users of lang/lua |