]> git.sur5r.net Git - openldap/blobdiff - CHANGES
fix '=' escape in DN (ITS#3009)
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2f08963a684a21d31ee410745dca99ea62b16275..a6a054a8df30680a4213f19a00eb64783c5b67dc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,16 @@ OpenLDAP 2.2 Change Log
 OpenLDAP 2.2.7 Engineering
        Added total operation count in back-monitor (ITS#2983)
        Fixed search abandon handling in backglue (ITS#2999)
+       Fixed massaged base free in back-ldap (ITS#2999)
        Fixed (undocumented) AD canonical DN (ITS#3000)
+       Fixed undefined attribute name request in back-sql search (ITS#3005)
+       Added ACL set logging (ITS#2949)
+       Fixed erroneous illegal filter handling (ITS#2977)
+       Fixed monitor backend crash when used with overlays (ITS#3023)
+       Fixed oracle-related issues in back-sql (ITS#2641)
+       Fixed '=' escape in DN (ITS#3009)
+       Documentation
+               Fixed ldapmodrdn(1) manpage (ITS#3003)
 
 OpenLDAP 2.2.6 Release
        Fixed slapd SASL callback handling (ITS#2926)
@@ -17,7 +26,9 @@ OpenLDAP 2.2.6 Release
        Updated slapd syncrepl support (multiple)
        Updated slapd connection deferred logging (ITS#2959)
        Updated slapd filter logging
-       Updated slapd back-ldap
+       Updated back-ldap
+       Updated back-bdb to use Btree indices instead of Hashes
+               Requires recreation of indices of existing databases
        Added slapd limit groups (ITS#2967)
        Build Environment
                Fixed test021 portable echo bug (ITS#2933, ITS#2879)