aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-05-18 23:17:23 +0800
committerdelphij <delphij@FreeBSD.org>2006-05-18 23:17:23 +0800
commita7169d58bf72b2bd45f9a47ae0aa97b8cebbbe2f (patch)
treee3f1ad27c41c81939353ecada2d5109755002a7b
parent9da94f11ed92cf7824c676eb4359c3adfeb5507b (diff)
downloadfreebsd-ports-gnome-a7169d58bf72b2bd45f9a47ae0aa97b8cebbbe2f.tar.gz
freebsd-ports-gnome-a7169d58bf72b2bd45f9a47ae0aa97b8cebbbe2f.tar.zst
freebsd-ports-gnome-a7169d58bf72b2bd45f9a47ae0aa97b8cebbbe2f.zip
Add a note about the OpenLDAP port change which makes threading disabled
if shell backend is enabled.
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fbc365051731..3a487e485e42 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060518:
+ AFFECTS: users of net/openldap23-server
+ AUTHOR: delphij@FreeBSD.org
+
+ The OpenLDAP 2.3.x series now automatically disables threading when
+ shell backend is enabled, as suggested by the OpenLDAP developers.
+ Users should be aware of the change and choose whether to enable
+ the feature.
+
20060516:
AFFECTS: users of www/tinyproxy
AUTHOR: wxs@csh.rit.edu