]> git.sur5r.net Git - openldap/blobdiff - CHANGES
fix ordering of items on objectClass definition (ITS#5174)
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5f41686cc86a2750bc83f233d9925bd674315bb8..d93c8d3654550a43500152b6c77db83326762f6f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,29 +1,34 @@
-OpenLDAP Change Log
+OpenLDAP 2.4 Change Log
 
-Changes included in OpenLDAP Stable 
-       CVS Tag: OPENLDAP_STABLE 
-       Fixed gmake RUNDIR not defaulting problem. 
-
-Changes included in OpenLDAP 1.0.1 
-CVS Tag: OPENLDAP_STABLE_980907 
-       Added GNU Make Support 
-       Added OpenBSD Support 
-       Added FreeBSD 2.x vs 3.x detection 
-       Fixed slapd LDAP_TCP_WRAPPER build problem 
-       Fixed slapd NO_THREADS busy loop problem 
-       Fixed slurpd NULL termination problem 
-       Fixed misc build/install problems 
-       Removed junked binary files from repository/distribution 
-
-Changes included in OpenLDAP 1.0 
-CVS Tag: OPENLDAP_1-0 
-       Added TCP Wrapper support to slapd 
-       Added POSIX Threads (final) support 
-       Added ACL enhancements including 
-               Access by Groups 
-               POSIX regex support 
-       platform updates, and 
-       numerous bug fixes and build changes. 
-
-Base Version: University of Michigan LDAP v3.3 
-CVS Tag: UMICH_3_3 
+OpenLDAP 2.4.6 Engineering
+       Fixed slapd ACL sets memory handling (ITS#4873)
+       Added slapd ACL sets DN ancestors operator (ITS#4860)
+       Fixed slapd alock_close with Quick mode (ITS#5129)
+       Fixed slapd ordered values add normalization issue (ITS#5136)
+       Fixed slapd X509 parsing (ITS#5070, #5151)
+       Fixed slapd slap_passwd_parse (ITS#5159)
+       Added slapd attribute value sorting (ITS#5153)
+       Fixed slapd syncrepl cookie propagation (ITS#5170)
+       Fixed slapd-bdb/hdb suffix logging (ITS#5128)
+       Fixed slapd-bdb/hdb IDL LRU handling (ITS#5121)
+       Fixed slapd-bdb/hdb cachesize config check (ITS#5122)
+       Fixed slapd-ldap SASL idassert w/o authcId
+       Fixed slapd-ldap search control parsing (ITS#5138)
+       Fixed slapd-meta leak when binding as rootdn (ITS#5155)
+       Fixed slapd-meta conn caching on bind failure (ITS#5154)
+       Fixed slapd-monitor database registration (ITS#4965)
+       Fixed slapo-chain double-free (ITS#5137)
+       Fixed slapo-dynlist entry release (ITS#5135)
+       Fixed slapo-dynlist member processing (ITS#5157)
+        Fixed slapo-pcache memory leak (ITS#5112)
+        Fixed slapo-pcache returning incomplete results (ITS#5113)
+        Fixed slapo-pcache sizelimit handling (ITS#5114)
+       Fixed slapo-rwm modlist handling (ITS#5124)
+       Fixed slapo-rwm UUID in filter (ITS#5168)
+       Fixed openldap.schema sequence in objectClass definition (ITS#5174)
+       Build Environment
+               Use separate config OID arc for contrib (ITS#5158)
+                Updated contrib/ldapc++ build enviroment
+       Documentation
+               Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
+               slapadd/slapindex note about file ownership (ITS#5166)