]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS#7454, fix example usage
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 19a418aa6d671300b3005bbfd03045162e58dc71..6f46dff97fa8324753b2fdc53301d300b645e861 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,28 @@
 OpenLDAP 2.4 Change Log
 
 OpenLDAP 2.4.34 Engineering
+       Fixed liblmdb mdb_env_open flag handling (ITS#7453)
+       Fixed liblmdb mdb_midl_sort array optimization (ITS#7432)
+       Fixed liblmdb freelist with large entries (ITS#7455)
        Fixed slapd syncrepl for old entries in MMR setup (ITS#7427)
+       Fixed slapd signedness for index_substr_any_* (ITS#7449)
+       Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS#7450)
+       Fixed slapd-ldif with empty dir (ITS#7451)
        Fixed slapd-mdb to reopen attr DBs after env reopen (ITS#7416)
+       Fixed slapd-mdb environment flag setting (ITS#7452)
        Fixed slapo-constraint handle uri and restrict correctly (ITS#7418)
+       Fixed slapo-constraint with multi-master replication (ITS#7426)
+       Fixed slapo-constraint segfault (ITS#7431)
+       Fixed slapo-deref control initialization (ITS#7436)
+       Fixed slapo-deref control exposure (ITS#7445)
+       Fixed slapo-pcache matching rules for config db (ITS#7459)
        Fixed slapo-rwm modrdn cleanup (ITS#7414)
        Build Environment
                Fixed slapo-constraint test suite (ITS#7423)
+       Contrib
+               Fixed ldapc++ with gcc-4.7 (ITS#7281,ITS#7304)
+               Add missing Makefile for various modules (ITS#7308)
+               Unify Makefile structure for modules (ITS#7309)
        Documentation
                ldap_get_option(3) fixed trailing whitespace (ITS#7411)
                slapd-config(5) olcExtraAttrs is per db (ITS#7421)
@@ -15,8 +31,8 @@ OpenLDAP 2.4.33 Release (2012/10/10)
        Added slapd-meta cn=config support
        Fixed libldap MozNSS slot picking (ITS#7359)
        Fixed libldap MozNSS with tokenname:certnickname format (ITS#7360)
-       Fixed libmdb POSIX semaphore cleanup on environment close (ITS#7364)
-       Fixed libmdb mdb_page_split (ITS#7385, ITS#7229)
+       Fixed liblmdb POSIX semaphore cleanup on environment close (ITS#7364)
+       Fixed liblmdb mdb_page_split (ITS#7385, ITS#7229)
        Fixed slapd alock handling on Windows (ITS#7361)
        Fixed slapd acl handling with zero-length values (ITS#7350)
        Fixed slapd syncprov to not reference ops inside a lock (ITS#7172)
@@ -28,7 +44,7 @@ OpenLDAP 2.4.33 Release (2012/10/10)
        Fixed slapo-constraint with multiple modifications (ITS#7168)
        Build Environment
                Fixed build with Visual Studio (ITS#7358)
-               Fixed libmdb posix semaphore use on BSD system (ITS#7363)
+               Fixed liblmdb posix semaphore use on BSD system (ITS#7363)
                Add slapo-constraint test suite (ITS#7344, ITS#7366)
        Contrib
                Updated radius passwd module for NAS-Identifier (ITS#7357)
@@ -55,8 +71,8 @@ OpenLDAP 2.4.32 Release (2012/07/31)
        Fixed libldap gettime() regression (ITS#6262)
        Fixed libldap sasl handling (ITS#7118, ITS#7133)
        Fixed libldap to correctly free socket with TLS (ITS#7241)
-       Fixed libmdb leaf node handling (ITS#7266)
-       Fixed libmdb mutexes on Apple/Windows (ITS#7251)
+       Fixed liblmdb leaf node handling (ITS#7266)
+       Fixed liblmdb mutexes on Apple/Windows (ITS#7251)
        Fixed slapd config index renumbering (ITS#6987)
        Fixed slapd duplicate error response (ITS#7076)
        Fixed slapd parsing of PermissiveModify control (ITS#7298)
@@ -95,14 +111,14 @@ OpenLDAP 2.4.31 Release (2012/04/21)
        Added slapo-accesslog support for reqEntryUUID (ITS#6656)
        Fixed libldap IPv6 URL detection (ITS#7194)
        Fixed libldap rebinding on failed connection (ITS#7207)
-       Fixed libmdb alignment of MDB_db members (ITS#7191)
-       Fixed libmdb branch page merging on deletes (ITS#7190)
-       Fixed libmdb page split with MDB_APPEND (ITS#7213)
-       Fixed libmdb free page usage with entry deletion (ITS#7210)
-       Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196)
-       Fixed libmdb key alignment (ITS#7219)
-       Fixed libmdb mdb_page_split (ITS#7229)
-       Fixed libmdb with zero length IDLs (ITS#7230)
+       Fixed liblmdb alignment of MDB_db members (ITS#7191)
+       Fixed liblmdb branch page merging on deletes (ITS#7190)
+       Fixed liblmdb page split with MDB_APPEND (ITS#7213)
+       Fixed liblmdb free page usage with entry deletion (ITS#7210)
+       Fixed liblmdb to use IOV_MAX if it is defined and small (ITS#7196)
+       Fixed liblmdb key alignment (ITS#7219)
+       Fixed liblmdb mdb_page_split (ITS#7229)
+       Fixed liblmdb with zero length IDLs (ITS#7230)
        Fixed slapd listener initialization (ITS#7233)
        Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
        Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)