X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=acf58a3a78f689f1f48cbc024b150bf681fe0d0e;hb=1ec63aae355d20f13fbaef85a4e7e23b98f395ec;hp=61f99a6ad4a75cb5519e9a0add1e8deb2f36cda2;hpb=86ee1650d0f7eb66c4209fe95edccb0c67ce4720;p=openldap diff --git a/CHANGES b/CHANGES index 61f99a6ad4..acf58a3a78 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,55 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.27 Engineering +OpenLDAP 2.4.30 Engineering + Fixed libldap socket polling for writes (ITS#7167) + Fixed liblutil string modifications (ITS#7174) + Fixed slapd crash when attrsOnly is true (ITS#7143) + Fixed slapd syncrepl delete handling (ITS#7052,ITS#7162) + Fixed slapd-mdb slapadd with -q (ITS#7170) + Fixed slapd-mdb slapindex with -q and -t (ITS#7176) + Fixed slapo-pcache time-to-refesh handling (ITS#7178) + Fixed slapo-syncprov loop detection (ITS#6024) + Build Environment + Fixed POSIX make support (ITS#7160) + Fixed slapd-mdb build on POSIX (ITS#7160) + Documentation + Fixed ldap_modify(3) prototypes (ITS#7173) + +OpenLDAP 2.4.29 Release (2012/02/12) + Fixed libldap MozNSS deferred initialization handling (ITS#7136) + Fixed libldap MozNSS with TLSCertificateKeyFile not set (ITS#7135) + Fixed slapd cn=config modification of first schema element (ITS#7098) + Fixed slapd operation reuse (ITS#7107) + Fixed slapd blocked writers to not interfere with pool pause (ITS#7115) + Fixed slapd connection loop connindex usage (ITS#7131) + Fixed slapd double mutex unlock via connection_done (ITS#7125) + Fixed slapd check order in connection_write (ITS#7113) + Fixed slapd slapadd to exit on failure (ITS#7142) + Fixed slapd syncrepl reference to freed memory (ITS#7127,ITS#7132) + Fixed slapd syncrepl to ignore some errors on delete (ITS#7052) + Fixed slapd syncrepl to handle missing oldRDN (ITS#7144) + Fixed slapd-mdb to handle overlays in tool mode (ITS#7099) + Fixed slapd-mdb segfaults with page splits (ITS#7121) + Fixed slapd-mdb cleanup on transaction abort (ITS#7140) + Fixed slapd-mdb with attribute descriptions (ITS#7146) + Fixed slapd-meta to correctly handle multiple targets (ITS#7050) + Fixed slapd-monitor compare op to update cached entry (ITS#7123) + Fixed slapd-perl initialization (ITS#7075) + Fixed slapd-sql to properly initialize be_cf_ocs (ITS#7158) + Fixed slapo-dds to properly exit when in tool mode (ITS#7099) + Fixed slapo-rwm not leave empty lots with normalized attrs (ITS#7143) + Fixed slapo-syncprov with already abandoned operation (ITS#7150) + Fixed contrib/smbk5pwd uninitialized keys in shadowLastChange (ITS#7138) + Build Environment + Fixed ldapsearch build on windows (ITS#7156) + Fixed test001 to skip back-ldif (ITS#7101) + Documentation + admin24 Fix typo (ITS#7117) + +OpenLDAP 2.4.28 Release (2011/11/26) + Fixed back-mdb out of order slapadd (ITS#7090) + +OpenLDAP 2.4.27 Release (2011/11/24) Added libldap support for draft-wahl-ldap-session (ITS#6984) Added slapd support for draft-wahl-ldap-session (ITS#6984) Added slapadd pipelining capability (ITS#7078) @@ -8,8 +57,10 @@ OpenLDAP 2.4.27 Engineering Added slapd delta-syncrepl MMR (ITS#6734,ITS#7029,ITS#7031) Added slapd-mdb experimental backend (ITS#7079) Added slapd-passwd dynamic config support + Added slapd-perl dynamic config support Added slapd-shell dynamic config support Added slapd-sock support as an overlay (ITS#6666) + Added slapd-sql dynamic config support Added contrib/passwd APR1 support (ITS#6826) Fixed slapi linking on AIX (ITS#3272) Fixed ldapmodify crash with LDIF controls (ITS#7039)