X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=6f46dff97fa8324753b2fdc53301d300b645e861;hb=46ed15d4ec03d51eef4c9cec33e82bb91598b29f;hp=feecd3b8e19478fcaeae10413c53f50ac26800cc;hpb=e9a4238250827fdc3144f1acee7576e41f88e1e4;p=openldap diff --git a/CHANGES b/CHANGES index feecd3b8e1..6f46dff97f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,57 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.32 Engineering +OpenLDAP 2.4.34 Engineering + Fixed liblmdb mdb_env_open flag handling (ITS#7453) + Fixed liblmdb mdb_midl_sort array optimization (ITS#7432) + Fixed liblmdb freelist with large entries (ITS#7455) + Fixed slapd syncrepl for old entries in MMR setup (ITS#7427) + Fixed slapd signedness for index_substr_any_* (ITS#7449) + Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS#7450) + Fixed slapd-ldif with empty dir (ITS#7451) + Fixed slapd-mdb to reopen attr DBs after env reopen (ITS#7416) + Fixed slapd-mdb environment flag setting (ITS#7452) + Fixed slapo-constraint handle uri and restrict correctly (ITS#7418) + Fixed slapo-constraint with multi-master replication (ITS#7426) + Fixed slapo-constraint segfault (ITS#7431) + Fixed slapo-deref control initialization (ITS#7436) + Fixed slapo-deref control exposure (ITS#7445) + Fixed slapo-pcache matching rules for config db (ITS#7459) + Fixed slapo-rwm modrdn cleanup (ITS#7414) + Build Environment + Fixed slapo-constraint test suite (ITS#7423) + Contrib + Fixed ldapc++ with gcc-4.7 (ITS#7281,ITS#7304) + Add missing Makefile for various modules (ITS#7308) + Unify Makefile structure for modules (ITS#7309) + Documentation + ldap_get_option(3) fixed trailing whitespace (ITS#7411) + slapd-config(5) olcExtraAttrs is per db (ITS#7421) + +OpenLDAP 2.4.33 Release (2012/10/10) + Added slapd-meta cn=config support + Fixed libldap MozNSS slot picking (ITS#7359) + Fixed libldap MozNSS with tokenname:certnickname format (ITS#7360) + Fixed liblmdb POSIX semaphore cleanup on environment close (ITS#7364) + Fixed liblmdb mdb_page_split (ITS#7385, ITS#7229) + Fixed slapd alock handling on Windows (ITS#7361) + Fixed slapd acl handling with zero-length values (ITS#7350) + Fixed slapd syncprov to not reference ops inside a lock (ITS#7172) + Fixed slapd delta-syncrepl MMR with large attribute values (ITS#7354) + Fixed slapd slapd_rw_destroy function (ITS#7390) + Fixed slapd-ldap idassert bind handling (ITS#7403) + Fixed slapd-mdb slapadd -q -w double free (ITS#7356) + Fixed slapd-mdb to close read txn in reindex commit (ITS#7386) + Fixed slapo-constraint with multiple modifications (ITS#7168) + Build Environment + Fixed build with Visual Studio (ITS#7358) + Fixed liblmdb posix semaphore use on BSD system (ITS#7363) + Add slapo-constraint test suite (ITS#7344, ITS#7366) + Contrib + Updated radius passwd module for NAS-Identifier (ITS#7357) + Documentation + slapo-refint(5) Note that refint is not replicated (ITS#7405) + +OpenLDAP 2.4.32 Release (2012/07/31) Added slappasswd loadable module support (ITS#7284) Fixed tools to not clobber SASL_NOCANON (ITS#7271) Fixed libldap function declarations (ITS#7293) @@ -20,8 +71,8 @@ OpenLDAP 2.4.32 Engineering Fixed libldap gettime() regression (ITS#6262) Fixed libldap sasl handling (ITS#7118, ITS#7133) Fixed libldap to correctly free socket with TLS (ITS#7241) - Fixed libmdb leaf node handling (ITS#7266) - Fixed libmdb mutexes on Apple/Windows (ITS#7251) + Fixed liblmdb leaf node handling (ITS#7266) + Fixed liblmdb mutexes on Apple/Windows (ITS#7251) Fixed slapd config index renumbering (ITS#6987) Fixed slapd duplicate error response (ITS#7076) Fixed slapd parsing of PermissiveModify control (ITS#7298) @@ -60,14 +111,14 @@ OpenLDAP 2.4.31 Release (2012/04/21) Added slapo-accesslog support for reqEntryUUID (ITS#6656) Fixed libldap IPv6 URL detection (ITS#7194) Fixed libldap rebinding on failed connection (ITS#7207) - Fixed libmdb alignment of MDB_db members (ITS#7191) - Fixed libmdb branch page merging on deletes (ITS#7190) - Fixed libmdb page split with MDB_APPEND (ITS#7213) - Fixed libmdb free page usage with entry deletion (ITS#7210) - Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196) - Fixed libmdb key alignment (ITS#7219) - Fixed libmdb mdb_page_split (ITS#7229) - Fixed libmdb with zero length IDLs (ITS#7230) + Fixed liblmdb alignment of MDB_db members (ITS#7191) + Fixed liblmdb branch page merging on deletes (ITS#7190) + Fixed liblmdb page split with MDB_APPEND (ITS#7213) + Fixed liblmdb free page usage with entry deletion (ITS#7210) + Fixed liblmdb to use IOV_MAX if it is defined and small (ITS#7196) + Fixed liblmdb key alignment (ITS#7219) + Fixed liblmdb mdb_page_split (ITS#7229) + Fixed liblmdb with zero length IDLs (ITS#7230) Fixed slapd listener initialization (ITS#7233) Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197) Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)