X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=f87a575866e5ae12dff1dfbdacdd8b71c12b8463;hb=d6fcda4c7f3fa37d2532a40d083bcc54d5222ce5;hp=d1ba8198be6823a7a7bf0ac8df129d70b75e131c;hpb=41712720c23f656a3b7dc646bdf510e637d6aff4;p=openldap diff --git a/CHANGES b/CHANGES index d1ba8198be..f87a575866 100644 --- a/CHANGES +++ b/CHANGES @@ -1,24 +1,71 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.36 Engineering +OpenLDAP 2.4.38 Engineering + Fixed liblmdb nordahead flag (ITS#7734) + Fixed liblmdb to check cursor index before cursor_del (ITS#7733) + Fixed slapd syncrepl memory leak with delta-sync MMR (ITS#7735) + Fixed slapd-mdb dangling reader (ITS#7662) + Fixed slapd-mdb matching rule for OlcDbEnvFlags (ITS#7737) + +OpenLDAP 2.4.37 Release (2013/10/27) + Added liblmdb nordahead environment flag (ITS#7725) + Fixed client tools CLDAP with IPv6 (ITS#7695) + Fixed libldap CLDAP with IPv6 (ITS#7695) + Fixed libldap lock ordering with abandon op (ITS#7712) + Fixed liblmdb segfault with mdb_cursor_del (ITS#7718) + Fixed liblmdb when converting to writemap (ITS#7715) + Fixed liblmdb assert on MDB_NEXT with delete (ITS#7722) + Fixed liblmdb wasted space on split (ITS#7589) + Fixed slapd cn=config with olcTLSProtocolMin (ITS#7685) + Fixed slapd-bdb/hdb optimize index updates (ITS#7329) + Fixed slapd-ldap chaining with cn=config (ITS#7381, ITS#7434) + Fixed slapd-ldap chaning with controls (ITS#7687) + Fixed slapd-mdb optimize index updates (ITS#7329) + Fixed slapd-meta chaining with cn=config (ITS#7381, ITS#7434) + Fixed slapo-constraint to no-op on nonexistent entries (ITS#7692) + Fixed slapo-dds assert on startup (ITS#7699) + Fixed slapo-memberof to not replicate internal ops (ITS#7710) + Fixed slapo-refint to not replicate internal ops (ITS#7710) + Build Environment + Fixed slapd-mdb ptr arithmetic on void *s (ITS#7720) + Documentation + ldapsearch(1) minor typo fix (ITS#7680) + slapd-passwd(5) minor typo fix (ITS#7680) + +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) @@ -26,6 +73,8 @@ OpenLDAP 2.4.36 Engineering 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)