]> git.sur5r.net Git - openldap/commitdiff
ITS#8435
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Nov 2016 22:36:29 +0000 (15:36 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Nov 2016 22:36:29 +0000 (15:36 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index a764d006c55d91516ced2ceec43ba5d1e03fb2ad..be13ad94afb1a925f6e362140a6f76985e7894b4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ OpenLDAP 2.4.45 Engineering
        Fixed libldap GnuTLS use after free (ITS#8385)
        Fixed slapd syncrepl filter handling (ITS#8413)
        Fixed slapd syncrepl infinite looping mods with delta-sync MMR (ITS#8432)
+       Fixed slapd callback struct so older modules without writewait should function.
+                    Custom modules may need to be updated for sc_writewait callback (ITS#8435)
        Fixed slapo-accesslog to honor pauses during purge for cn=config update (ITS#8423)
        Fixed slapd-meta uninitialized diagnostic message (ITS#8442)
        Fixed slapo-relay to correctly initialize sc_writewait (ITS#8428)
@@ -12,6 +14,7 @@ OpenLDAP 2.4.45 Engineering
                Fix test008 to be portable (ITS#8414)
        Contrib
                Added passwd missing conversion scripts for apr1 (ITS#6826)
+               Fixed contrib modules where the writewait callback was not correctly initialized (ITS#8435)
        Documentation
                admin24 fixed tls_cipher_suite bindconf option (ITS#8099)
                admin24 fixed typo cn=config to be slapd.d (ITS#8449)