From: Quanah Gibson-Mount Date: Sun, 11 Feb 2018 21:43:55 +0000 (+0000) Subject: Fix ITS#8100 description X-Git-Tag: OPENLDAP_REL_ENG_2_4_46~15 X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=0e6f39ce99cbd2ec63194b730beb19d603a9fd18 Fix ITS#8100 description --- diff --git a/CHANGES b/CHANGES index 4d09b72c05..baf7a06039 100644 --- a/CHANGES +++ b/CHANGES @@ -22,11 +22,10 @@ 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) + Fixed slapo-syncprov to correctly record contextCSN values in the accesslog (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)