diff --git a/CHANGES b/CHANGES index 91e5152f7b0c7c98c2fc3c9c93a91055e5783b4b..f0ad1a4ceae0184afeb79ffa995bee2502d63e2d 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,7 @@ OpenLDAP 2.4.40 Engineering Fixed libldif to correctly handle 4096 character lines (ITS#7859) Fixed librewrite reference counting (ITS#7723) Fixed slapd syncrepl to send cookie on fallback (ITS#7849) + Fixed slapd slapcat with external schema (ITS#7895) Fixed slapd-mdb to work concurrently with slapadd (ITS#7798) Fixed slapd-mdb with paged results (ITS#7705, ITS#7800) Fixed slapd-mdb slapcat with nonexistent indices (ITS#7870) @@ -18,6 +19,7 @@ OpenLDAP 2.4.40 Engineering Fixed slapd-mdb sorting of attribute values (ITS#7902) Fixed slapd-mdb to flag attribute values as sorted (ITS#7903) Fixed slapd-mdb index config handling (ITS#7912) + Fixed slapd-mdb entry release handling (ITS#7915) Fixed slapd modrdn crash on naming attr with no matching rule (ITS#7850) Fixed slapo-memberof attr count (ITS#7893) Fixed slapo-memberof frontendDB handling (ITS#7249) @@ -28,7 +30,8 @@ OpenLDAP 2.4.40 Engineering Fixed slapo-sock db_init (ITS#7868) Fixed slapo-sssvlv fix olcSssVlvMaxPerConn (ITS#7908) Fixed slapo-translucent double free (ITS#7587) - Fixed slapo-translucent to work with manageDSAit (ITS#7864) + Fixed slapo-translucent to work with manageDSAit (ITS#7864) + Fixed slapo-translucent to use local backend with local entries (ITS#7915) Fixed slapcacl with invalid suffix (ITS#7827) Build Environment Remove support for gcrypt (ITS#7877)