]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Prep for release
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0aac346e2159159179bc67c1e8ff1c1634a17b14..5fde35561e7c132de8e2464d13c55c3223e654f9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,32 +1,83 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.34 Engineering
-       Fixed libmdb mdb_midl_sort array optimization (ITS#7432)
+OpenLDAP 2.4.35 Release (2013/03/31)
+       Fixed liblmdb mdb_cursor_put with MDB_MULTIPLE (ITS#7551)
+       Fixed liblmdb page rebalance (ITS#7536)
+       Fixed liblmdb missing parens (ITS#7377)
+       Fixed liblmdb mdb_cursor_del crash (ITS#7553)
+       Fixed slapd syncrepl updateCookie status (ITS#7531)
+       Fixed slapd connection logging (ITS#7543)
+       Fixed slapd segfault on modify (ITS#7542, ITS#7432)
+       Fixed slapd-mdb to reject undefined attrs (ITS#7540)
+       Fixed slapo-pcache with +/- attrsets (ITS#7552)
+       Build Environment
+               don't install DB_CONFIG if no BDB backends (ITS#7533)
+       Documentation
+               slapschema(8) fix tool name (ITS#7534)
+               admin24 fixed pcache example (ITS#7546)
+               admin24 fixed config examples (ITS#7522)
+
+OpenLDAP 2.4.34 Release (2013/03/01)
+       Fixed libldap connections with EINTR (ITS#7476)
+       Fixed libldap lineno overflow in ldif_read_record (ITS#7497)
+       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 liblmdb to check for filled dirty page list (ITS#7491)
+       Fixed liblmdb to validate data limits (ITS#7485)
+       Fixed liblmdb mdb_update_key for large keys (ITS#7505)
+       Fixed ldapmodify to not core dump with invalid LDIF (ITS#7477)
        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 mutex in send_ldap_ber (ITS#6164)
+       Added slapd-ldap onerr option (ITS#7492)
+       Added slapd-ldap keepalive support (ITS#7501)
+       Fixed slapd-ldif with empty dir (ITS#7451)
        Fixed slapd-mdb to reopen attr DBs after env reopen (ITS#7416)
+       Fixed slapd-mdb handling of missing entries (ITS#7483,7496)
        Fixed slapd-mdb environment flag setting (ITS#7452)
+       Fixed slapd-mdb with sub db slapcat (ITS#7469)
+       Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS#7488,ITS#7527)
+       Fixed slapd-mdb subtree search speed (ITS#7473)
+       Fixed slapd-meta conversion to cn=config (ITS#7525)
+       Fixed slapd-meta segfault when modifying olcDbUri (ITS#7526)
+       Fixed slapd-sql back-config support (ITS#7499)
        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-memberof with internal ops (ITS#7487)
+       Fixed slapo-pcache matching rules for config db (ITS#7459)
        Fixed slapo-rwm modrdn cleanup (ITS#7414)
+       Fixed slapo-sssvlv maxperconn parameter (ITS#7484)
        Build Environment
                Fixed slapo-constraint test suite (ITS#7423)
        Contrib
+               Added nssov nssov_config support (ITS#7518)
+               Added nssov password_prohibit_message (ITS#7518)
                Fixed ldapc++ with gcc-4.7 (ITS#7281,ITS#7304)
+               Fixed nssov olcNssPamSession handling (ITS#7481)
+               Fixed nssov connection DN (ITS#7518)
+               Add missing Makefile for various modules (ITS#7308)
+               Unify Makefile structure for modules (ITS#7309)
+               Fixed slapo-allowed attribute replication (ITS#7493)
+               Fixed slapo-passwd SHA2 to correctly zero buffer (ITS#7490)
        Documentation
+               ldapurl(1) fix example usage (ITS#7454)
                ldap_get_option(3) fixed trailing whitespace (ITS#7411)
                slapd-config(5) olcExtraAttrs is per db (ITS#7421)
+               slapd-overlays(5) update manpage index (ITS#7489)
+               slapo-dynlist(5) Search behavior notes (ITS#7486)
+               slapo-valsort(5) Document valsort control syntax (ITS#7523)
 
 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)
@@ -38,7 +89,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)
@@ -65,8 +116,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)
@@ -105,14 +156,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)