aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-05-27 23:40:43 +0800
committermandree <mandree@FreeBSD.org>2014-05-27 23:40:43 +0800
commit2457ddfb7f47ac4b27d90d223b803b53cba2645b (patch)
tree89cb3a5b7fd85ec1239540ac5f183e62f6c1468b /UPDATING
parentd8b1159484289eba98beb9f15c75733a65e80da4 (diff)
downloadfreebsd-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--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fdcb2b042238..dc142dff1716 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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