From: Quanah Gibson-Mount Date: Fri, 9 Feb 2018 17:52:51 +0000 (+0000) Subject: ITS#8100 X-Git-Tag: OPENLDAP_REL_ENG_2_4_46~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30cfb53a9e1291362ebb616adcca908f15a27b2a;p=thirdparty%2Fopenldap.git ITS#8100 --- diff --git a/CHANGES b/CHANGES index 6a35342f1e..a466debdf2 100644 --- a/CHANGES +++ b/CHANGES @@ -21,9 +21,11 @@ OpenLDAP 2.4.46 Engineering 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) Build Environment Fixed Windows build with newer MINGW version (ITS#8697) Fixed compiler warnings and removed unused variables (ITS#8578)