aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-03-20 06:11:10 +0800
committerdelphij <delphij@FreeBSD.org>2014-03-20 06:11:10 +0800
commitb5b2b9da5a7a71318321e3339429782f1a7facf0 (patch)
treedca96f8b3124180dae56a253d0c844cc89af2238 /UPDATING
parentaecafec6adff872b2cf9b029f2b3eca35b422c15 (diff)
downloadfreebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.tar.gz
freebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.tar.zst
freebsd-ports-gnome-b5b2b9da5a7a71318321e3339429782f1a7facf0.zip
Spring cleanup of OpenLDAP 2.4 port:
- Fix various issues introduced with staging support. - Build MDB backend by default, this will become new preferred backend and BerkeleyDB backend is now deprecated.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4e3b670c4ff3..e71ad3975d68 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ 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.
+20140318:
+ AFFECTS: users of net/openldap24-server
+ AUTHOR: delphij@FreeBSD.org
+
+ Please note that Berkeley DB backend is now deprecated and will be removed
+ in a future version. Existing users should migrate data to the new MDB
+ backend when possible.
+
20140317:
AFFECTS: users of misc/ossp-uuid-perl
AUTHOR: culot@FreeBSD.org