]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS#7180 fix mdb_entry_get when mdb_entry_next was not called
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 600c42290e1a3f39ec7bbdb0e38c2cac30ef9baf..acf58a3a78f689f1f48cbc024b150bf681fe0d0e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,70 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.27 Engineering
-       Added contrib/passwd APR1 support (ITS#6826)
+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)
        Added slapd Add-if-not-present (ITS#6561)
-       Added slapd delta-syncrepl Multi-Master Replication (ITS#6734,ITS#7029,ITS#7031)
+       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 contrib/autogroup double-free (ITS#6972)
-       Fixed ldapmodify uninitialized vars (ITS#7039)
+       Fixed ldapmodify crash with LDIF controls (ITS#7039)
        Fixed ldapsearch to honor timeout and timelimit (ITS#7009)
-       Fixed libutil variable size (ITS#6982)
        Fixed libldap endless looping (ITS#7035)
        Fixed libldap TLS to not check hostname when using 'allow' (ITS#7014)
        Fixed libldap GnuTLS cert dn parse (ITS#7051)
@@ -21,15 +75,18 @@ OpenLDAP 2.4.27 Engineering
        Fixed libldap MozNSS to be thread safe (ITS#7022)
        Fixed libldap MozNSS SSL_ForceHandshake to use a mutex (ITS#7034)
        Fixed libldap MozNSS with wildcard certs (ITS#7006)
+       Fixed liblutil MD5 initialization (ITS#6982)
        Fixed slapadd common code into slapcommon (ITS#6737)
-       Fixed slapd to correctly handle frontend DB (ITS#7016)
        Fixed slapd backend connection initialization (ITS#6993)
-       Fixed slapd overlay_insert with index (ITS#7030)
+       Fixed slapd frontend DB parsing in cn=config (ITS#7016)
+       Fixed slapd hang with {numbered} overlay insertion (ITS#7030)
        Fixed slapd inet_ntop usage (ITS#6925)
+       Fixed slapd cn=config deletion of bitmasks (ITS#7083)
        Fixed slapd cn=config modify replace/delete crash (ITS#7065)
        Fixed slapd schema UTF8StringNormalize with 0 length values (ITS#7059)
        Fixed slapd with dynamic acls for cn=config (ITS#7066)
-       Fixed slapd response callbacks (ITS#7062)
+       Fixed slapd response callbacks (ITS#6059,ITS#7062)
+       Fixed slapd no_connection warnings with ldapi (ITS#6548,ITS#7092)
        Fixed slapd return code processing (ITS#7060)
        Fixed slapd sl_malloc various issues (ITS#6437)
        Fixed slapd startup behavior (ITS#6848)
@@ -39,7 +96,8 @@ OpenLDAP 2.4.27 Engineering
        Fixed slapd syncrepl deletes need a non-empty CSN (ITS#7052)
        Fixed slapd syncrepl glue for empty suffix (ITS#7037)
        Fixed slapd results cleanup (ITS#6763,ITS#7053)
-       Fixed slapd to correctly validate args for TLSCertificateFile (ITS#7012)
+       Fixed slapd validation of args for TLSCertificateFile (ITS#7012)
+       Fixed slapd-bdb/hdb to build entry DN based on parent DN (ITS#5326)
        Fixed slapd-hdb with zero-length entries (ITS#7073)
        Fixed slapd-hdb duplicate entries in subtree IDL cache (ITS#6983)
        Fixed slapo-constraint conversion to back-config (ITS#6986)
@@ -50,8 +108,13 @@ OpenLDAP 2.4.27 Engineering
        Fixed slapo-ppolicy pwdAllowUserChange behavior (ITS#7021)
        Fixed slapo-sssvlv issue with greaterThanorEqual (ITS#6985)
        Fixed slapo-sssvlv to only return requested attrs (ITS#7061)
-       Fixed slapo-syncprov for if consumer has newer state for our SID (ITS#7040)
+       Fixed slapo-syncprov DSA attribute filtering for Persist mode (ITS#7019)
+       Fixed slapo-syncprov when consumer has newer state of our SID (ITS#7040)
+       Fixed slapo-syncprov crash (ITS#7025)
        Fixed slapo-unique URI checking of "host" portion (ITS#7018)
+       Fixed contrib/autogroup double-free (ITS#6972)
+       Fixed contrib/smbk5pwd cn=config deletion of bitmasks (ITS#7083)
+       Fixed contrib/smbk5pwd on 64-bit systems (ITS#7082)
        Build Environment
                Added missing LDIF form of schema files (ITS#7063)
                Fixed build for Solaris native compilers (ITS#6992)
@@ -60,6 +123,7 @@ OpenLDAP 2.4.27 Engineering
        Documentation
                admin24 Fix table numbering (ITS#7003)
                slapd.conf(5) Fixed TLSCACertificateFile information (ITS#7023)
+               ldapmodify(1) Fixed minor typo in -S option description (ITS#7086)
                ldap_sync(3) Document ldap_sync_destroy (ITS#7028)
                slapo-unique(5) Fix keyword quoting (ITS#7028)