]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index e8a670b3facbe61611a6bf4ccef94c334fef2e6d..11e4eed1496352c78d1bb0c84070460378c08017 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,22 +1,94 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.34 Engineering
+OpenLDAP 2.4.37 Engineering
+
+OpenLDAP 2.4.36 Release (2013/08/17)
+       Added back-meta target filter patterns (ITS#7609)
+       Added liblmdb mdb_txn_env to API (ITS#7660)
+       Fixed libldap CLDAP with uninit'd memory (ITS#7582)
+       Fixed libldap with UDP (ITS#7583)
+       Fixed libldap OpenSSL TLS versions (ITS#7645)
+       Fixed liblmdb MDB_PREV behavior (ITS#7556)
+       Fixed liblmdb transaction issues (ITS#7515)
+       Fixed liblmdb mdb_drop overflow page return (ITS#7561)
+       Fixed liblmdb nested split (ITS#7592)
+       Fixed liblmdb overflow page behavior (ITS#7620)
+       Fixed liblmdb race condition with read and write txns (ITS#7635)
+       Fixed liblmdb mdb_del behavior with MDB_DUPSORT and mdb_del (ITS#7658)
+       Fixed slapd cn=config with unknown schema elements (ITS#7608)
+       Fixed slapd cn=config with loglevel 0 (ITS#7611)
+       Fixed slapd slapi filterlist free behavior (ITS#7636)
+       Fixed slapd slapi control free behavior (ITS#7641)
+       Fixed slapd schema countryString as directoryString (ITS#7659)
+       Fixed slapd schema telephoneNumber as directoryString (ITS#7659)
+       Fixed slapd-bdb/hdb to wait for read locks in tool mode (ITS#6365)
+       Fixed slapd-mdb behavior with alias dereferencing (ITS#7577)
+       Fixed slapd-mdb modrdn and base-scoped searches (ITS#7604)
+       Fixed slapd-mdb refcount behavior (ITS#7628)
+       Fixed slapd-meta binding flag is set (ITS#7524)
+       Fixed slapd-meta with minimal config (ITS#7581)
+       Fixed slapd-meta missing results messages (ITS#7591)
+       Added slapd-meta TCP keepalive support (ITS#7513)
+       Fixed slapo-sssvlv double free (ITS#7588)
+       Fixed slaptest to list -Q option (ITS#7568)
+       Build Environment
+               Fixed slapd-meta declaration warnings (ITS#7654)
+       Contrib
+               Fixed nssov group enumeration bug (ITS#7569)
+               Fixed autogroup when URI has no attrs (ITS#7580)
+       Documentation
+               admin24 Update database backend notes (ITS#7590)
+               ldap.conf(5) fixed typos (ITS#7568)
+               ldapmodify(1) remove replog reference (ITS#7562)
+               ldif(5) remove replog reference (ITS#7562)
+               slapd-config(5) remove replog reference (ITS#7562)
+               slapd.conf(5) remove replog reference (ITS#7562)
+               slapd-config(5) document TLSProtocolMin (ITS#5655,ITS#7645)
+               slapd.conf(5) document TLSProtocolMin (ITS#5655,ITS#7645)
+
+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)
+       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)
+       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)
@@ -29,8 +101,11 @@ OpenLDAP 2.4.34 Engineering
        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 contrib/nssov olcNssPamSession handling (ITS#7481)
+               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)
@@ -41,6 +116,7 @@ OpenLDAP 2.4.34 Engineering
                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