]> git.sur5r.net Git - openldap/commitdiff
ITS#8022
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 13 Jan 2015 16:27:10 +0000 (10:27 -0600)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 13 Jan 2015 16:27:10 +0000 (10:27 -0600)
CHANGES

diff --git a/CHANGES b/CHANGES
index d016ee4820367340d79818a7568c9d0791b207e4..b785e011b6cf7922dfd9430a0b8815866a162ad2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ OpenLDAP 2.4.41 Engineering
        Fixed libldap double free of request during abandon (ITS#7967)
        Fixed libldap segfault in ldap_sync_initialize (ITS#8001)
        Fixed libldap ldif-wrap off by one error (ITS#8003)
+       Fixed libldap handling of TLS in async mode (ITS#8022)
        Fixed slapd slapadd onetime leak with -w (ITS#8014)
        Fixed slapd syncrepl delta-mmr issue with overlays and slapd.conf (ITS#7976)
        Fixed slapd syncrepl mutex for cookie state (ITS#7968)
@@ -12,6 +13,7 @@ OpenLDAP 2.4.41 Engineering
        Fixed slapd-mdb crash after deleting in-use schema (ITS#7995)
        Fixed slapd-mdb minor code cleanup (ITS#8011)
        Fixed slapd-mdb to return errors when using incorrect env flags (ITS#8016)
+       Fixed slapd-meta TLS initialization with ldaps URIs (ITS#8022)
        Fixed slapo-collect segfault (ITS#7797)
        Fixed slapo-constraint with 0 count constraint (ITS#7780,ITS#7781)
        Fixed slapo-syncprov synprov_matchops usage of test_filter (ITS#8013)