X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=98d4a204022611b91b1035a2ccc5a16715872eb9;hb=d15f4e2f09b7b046e44c361a3b7295676933a3f3;hp=b910abe4d083c3176ec58caabe7d0978fe211815;hpb=84b8fd09586ebed94972f5aa6136f7bde31bc5fa;p=openldap diff --git a/CHANGES b/CHANGES index b910abe4d0..98d4a20402 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,67 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.36 Engineering +OpenLDAP 2.4.39 Engineering + Fixed libldap memory leak with SASL (ITS#7757) + Fixed libldap assert in parse_passwdpolicy_control (ITS#7759) + Fixed libldap shortcut NULL RDNs (ITS#7762) + Fixed libldap deref to use correct control + Fixed liblmdb keysizes with mdb_update_key (ITS#7756) + Fixed slapd cn=config olcDbConfig modification (ITS#7750) + Fixed slapd-bdb/hdb to bail out of search if config is paused (ITS#7761) + Fixed slapd-mdb to bail out of search if config is paused (ITS#7761) + Fixed slapd-perl to bail out of search if config is paused (ITS#7761) + Fixed slapd-sql to bail out of search if config is paused (ITS#7761) + Fixed slapo-constraint handling of softadd/softdel (ITS#7773) + Fixed slapo-syncprov assert with findbase (ITS#7749) + Build Environment + Test suite: Use $(MAKE) for tests (ITS#7753) + Documentation + admin24 fix TLSDHParamFile to be correct (ITS#7684) + +OpenLDAP 2.4.38 Release (2013/11/16) + Fixed liblmdb nordahead flag (ITS#7734) + Fixed liblmdb to check cursor index before cursor_del (ITS#7733) + Fixed liblmdb wasted space on split (ITS#7589) + Fixed slapd for certs with a NULL issuerDN (ITS#7746) + Fixed slapd cn=config with empty nested includes (ITS#7739) + Fixed slapd syncrepl memory leak with delta-sync MMR (ITS#7735) + Fixed slapd-bdb/hdb to stop processing on dn not found (ITS#7741) + Fixed slapd-bdb/hdb with indexed ANDed filters (ITS#7743) + Fixed slapd-mdb to stop processing on dn not found (ITS#7741) + Fixed slapd-mdb dangling reader (ITS#7662) + Fixed slapd-mdb matching rule for OlcDbEnvFlags (ITS#7737) + Fixed slapd-mdb with indexed ANDed filters (ITS#7743) + Fixed slapd-meta from blocking other threads (ITS#7740) + Fixed slapo-syncprov assert with findbase (ITS#7749) + +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)