aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-11-08 06:23:05 +0000
committerWen Heping <wen@FreeBSD.org>2010-11-08 06:23:05 +0000
commit09929fe8fa06b723bc5c1092a3119a6ee2ae2426 (patch)
treefd4e1eb89eea9783db64902ed00241b7ead51c0c /UPDATING
parent0b208545b245b98700b7c87571cd799cabb78a07 (diff)
downloadports-09929fe8fa06b723bc5c1092a3119a6ee2ae2426.tar.gz
ports-09929fe8fa06b723bc5c1092a3119a6ee2ae2426.zip
- Add a note about changes of databases/py-bsddb3
Notes
Notes: svn path=/head/; revision=264225
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b4e375c71b35..ac56af697bcd 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20101108:
+ AFFECTS: users of databases/py-bsddb3
+ AUTHOR: wen@FreeBSD.org
+
+ py-bsddb3 update to 5.1.0. This release drops support for Berkeley
+ DB 4.1, and adds support for Berkeley DB version 5.1, brand new. If
+ you need Berkeley DB 4.1 support, keep using pybsddb 5.0.0. If you
+ want support for Berkeley DB 5.1, remember to install the BDB library
+ before installing these bindings.
+
20101030:
AFFECTS: users of www/xshttpd-devel
AUTHOR: johans@FreeBSD.org