]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS8539
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 895489fb35b5651c8ab54afa7ea1626b7d619f1c..6c8a340b439b9c85dbe12a7c9af13bc3473f6a60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,45 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.43 Engineering
-       Fixed liblber remove obsolete assert (ITS#8240)
+OpenLDAP 2.4.45 Engineering
+       Fixed libldap handling of Diffie-Hellman parameters (ITS#7506)
+       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)
+       Build Environment
+               Fix test008 to be portable (ITS#8414)
+               Fix its4336 regression test (ITS#8534)
+               Fix its4337 regression test (ITS#8535)
+               Fix regression tests to execute on all backends (ITS#8539)
+       Contrib
+               Added passwd missing conversion scripts for apr1 (ITS#6826)
+               Fixed contrib modules where the writewait callback was not correctly initialized (ITS#8435)
+               Fixed smbk5pwd to build with newer OpenSSL releases (ITS#8525)
+       Documentation
+               admin24 fixed tls_cipher_suite bindconf option (ITS#8099)
+               admin24 fixed typo cn=config to be slapd.d (ITS#8449)
+
+OpenLDAP 2.4.44 Release (2016/02/05)
+       Fixed slapd-bdb/hdb missing olcDbChecksum config attr (ITS#8337)
+       Fixed slapd-mdb behavior with long lived read transactions (ITS#8226)
+       Fixed slapd-mdb cleanup after failed transaction (ITS#8360)
+       Fixed slapd-sql missing id_query/olcSqlIdQuery (ITS#8329)
+       Fixed slapo-accesslog callback initialization (ITS#8351)
+       Fixed slapo-ppolicy pwdMaxRecordedFailure must never be zero (ITS#8327)
+       Fixed slapo-syncprov abandon processing (ITS#8354)
+       Fixed slapo-syncprov ctxcsn snapshot on refresh (ITS#8281, ITS#8365)
+       Documentation
+               admin24 Stop linking to Berkeley DB downloads (ITS#8362)
+               admin24 Update documentation for LMDB preference
+
+OpenLDAP 2.4.43 Release (2015/11/30)
+       Fixed liblber remove obsolete assert (ITS#8240, ITS#8301)
        Fixed libldap file URLs on windows (ITS#8273)
+       Fixed libldap microsecond timer for windows (ITS#8295)
        Fixed slap tools minor one time memory leak (ITS#8082)
        Fixed slapd to avoid redundant processing of abandon ops (ITS#8232)
        Fixed slapd syncrepl segv when present list is NULL (ITS#8231, ITS#8042)
@@ -24,11 +61,14 @@ OpenLDAP 2.4.43 Engineering
        Fixed slapo-rwm missing olcDropUnrequested attribute (ITS#7889)
        Fixed slapo-rwm parsing to avoid double-escaping rewrite rules (ITS#7964)
        Build Environment
+               Fixed ldif-filter option parsing (ITS#8292)
                Fixed slapd-tester EOL handling in test output for windows (ITS#8280)
                Fixed slapd-tester executable suffix for windows (ITS#8216)
+               Fixed test061 timing issues (ITS#8297)
        Contrib
                Added libnettle support to pw-pbkdf2 (ITS#8198)
                Fixed smbk5pwd compiler warnings with libnettle (ITS#8235)
+               Fixed passwd symbol collisions with other crypto libraries (ITS#8294)
        Documentation
                Updated guide to reflect changes to how TLS is handled with syncrepl (ITS#7897)