diff --git a/CHANGES b/CHANGES index bf0a1ed6f81b2234f930d2d2b5c7a41820ccdf52..21ea7f9cc1000d9e1106fd79e0a5c7147442f2e8 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,6 @@ OpenLDAP 2.4.14 Engineering Added libldap GnuTLS support for TLS_CIPHER_SUITE (ITS#5887) Added libldap GnuTLS setting random file (ITS#5462) Added libldap alias dereferencing in C API (ITS#5916) - Fixed libldap avl to macroize constants (ITS#5909) Fixed libldap deref handling (ITS#5768) Fixed libldap peer cert memory leak (ITS#5849) Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789) @@ -39,11 +38,11 @@ OpenLDAP 2.4.14 Engineering Fixed slapd-ldif numerous bugs (ITS#5408) Fixed slapd-ldif rename on same DN (ITS#5319) Fixed slapd-ldif deadlock (ITS#5329) - Fixed slapo-dynlist handling of flags (ITS#5898) - Fixed slapo-memberof multiple instantiation (ITS#5903) Fixed slapd-meta double response sending (ITS#5854) Fixed slapd-meta alias deref for retry (ITS#5889) Fixed slapo-accesslog on glued dbs (ITS#5907) + Fixed slapo-dynlist handling of flags (ITS#5898) + Fixed slapo-memberof multiple instantiation (ITS#5903) Fixed slapo-pcache filter sorting (ITS#5756) Fixed slapo-ppolicy to not be global (ITS#5858) Fixed slapo-rwm with back-config (ITS#5906) @@ -61,6 +60,7 @@ OpenLDAP 2.4.14 Engineering Fixed MSVC 9.0 build issues (ITS#5888) Fixed gss detection on Solaris (ITS#5846) Fixed uuid_create/uuid_unparse_lower detection (ITS#5905) + Fixed liblutil tavl_delete to macroize constants (ITS#5909) Documentation admin24 added limits chapter (ITS#5818) admin24 access-control clarify global ACLS (ITS#5851,ITS#5852)