]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS#8486
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6a35342f1e06d6e9b8a98c978c65821fb7e3f013..4d09b72c05ad34df8e8c6ca9b3178d9122e5c349 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,15 +15,21 @@ OpenLDAP 2.4.46 Engineering
        Fixed slapd syncrepl deadlock when updating cookie (ITS#8752)
        Fixed slapd syncrepl callback to always be last in the stack (ITS#8752)
        Fixed slapd telephoneNumberNormalize when the value is spaces and hyphens (ITS#8778)
+       Fixed slapd CSN queue processing (ITS#8801)
        Fixed slapd-ldap TLS connection timeout with high latency connections (ITS#8720)
        Fixed slapd-ldap to ignore unknown schema when omit-unknown-schema is set (ITS#7520)
        Fixed slapd-mdb with an optimization for long lived read transactions (ITS#8226)
        Fixed slapd-meta assert when olcDbRewrite is modified (ITS#8404)
        Fixed slapd-sock with LDAP_MOD_INCREMENT operations (ITS#8692)
        Fixed slapo-accesslog cleanup to only occur on failed operations (ITS#8752)
+       Fixed slapo-accesslog to not expire the last entry in the database (ITS#8100)
        Fixed slapo-dds entryTTL to actually decrease as per RFC 2589 (ITS#7100)
        Fixed slapo-syncprov memory leak with delete operations (ITS#8690)
        Fixed slapo-syncprov to not clear pending operation when checkpointing (ITS#8444)
+       Fixed slapo-syncprov to initialize an empty accesslog db if configured (ITS#8100)
+       Fixed slapo-syncprov not to log checkpoints to accesslog db (ITS#8607)
+       Fixed slapo-syncprov to process changes from this SID on REFRESH (ITS#8800)
+       Fixed slapo-syncprov session log parsing to not block other operations (ITS#8486)
        Build Environment
                Fixed Windows build with newer MINGW version (ITS#8697)
                Fixed compiler warnings and removed unused variables (ITS#8578)