aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-11-08 14:23:05 +0800
committerwen <wen@FreeBSD.org>2010-11-08 14:23:05 +0800
commit12713abb8aec4731ccb9bd2adf21bf36a1586022 (patch)
tree5c17220e85c2ff51d86eb7010ce621306bf774b9
parent3f04bde611957985340d5963df11c58ff334825f (diff)
downloadfreebsd-ports-gnome-12713abb8aec4731ccb9bd2adf21bf36a1586022.tar.gz
freebsd-ports-gnome-12713abb8aec4731ccb9bd2adf21bf36a1586022.tar.zst
freebsd-ports-gnome-12713abb8aec4731ccb9bd2adf21bf36a1586022.zip
- Add a note about changes of databases/py-bsddb3
-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