From: Quanah Gibson-Mount Date: Mon, 9 Apr 2012 19:34:38 +0000 (-0700) Subject: ITS#7229, ITS#7230, ITS#7238 X-Git-Tag: OPENLDAP_REL_ENG_2_4_31~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f26e77f5a8b6d8c124c6c136cd2aa9e94495c465;p=openldap ITS#7229, ITS#7230, ITS#7238 --- diff --git a/CHANGES b/CHANGES index 646ae97738..77072c9bd0 100644 --- a/CHANGES +++ b/CHANGES @@ -9,19 +9,27 @@ OpenLDAP 2.4.31 Engineering 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 slapd listener initialization (ITS#7233) Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197) Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195) Fixed slapd to reject MMR setups with bad serverID setting (ITS#7200) Fixed slapd approxIndexer key generation (ITS#7203) Fixed slapd modification of olcSuffix (ITS#7205) + Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231) Fixed slapd-perl modify with binary values (ITS#7149) Fixed slapd-shell cn=config support (ITS#7201) Fixed slapd-shell modify with binary values (ITS#7149) Fixed slapo-syncprov sessionlog check (ITS#7218) + Fixed slapo-syncprov entry leak (ITS#7234) + Fixed slapo-syncprov startup initialization (ITS#7235) Build Environment + Fixed test022 to check ldapsearch results (ITS#7228) Fixed test044 when back-monitor is disabled (ITS#7204) Documentation Fixed slapschema(8) formatting (ITS#7188) + Fixed limdb functionality documentation (ITS#7238) OpenLDAP 2.4.30 Release (2012/02/29) Fixed libldap socket polling for writes (ITS#7167) @@ -517,7 +525,6 @@ OpenLDAP 2.4.20 Release (2009/11/27) Fixed slapd asserts in minimal environment (ITS#6361) Fixed slapd authid-rewrite parsing (ITS#6392) Fixed slapd checks of str2filter (ITS#6391) - Fixed slapd listener initialization (ITS#7233) Fixed slapd configArgs initialization (ITS#6363) Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324) Fixed slapd db_open with connection_fake_init (ITS#6381) @@ -534,7 +541,6 @@ OpenLDAP 2.4.20 Release (2009/11/27) Fixed slapd tls_accept to retry in certain cases (ITS#6304) Fixed slapd-bdb/hdb cache corruption (ITS#6341) Fixed slapd-bdb/hdb entry cache (ITS#6360) - Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231) Fixed slapd-ldap leak (ITS#6326) Fixed slapd-relay bind segfault (ITS#6337) Fixed slapo-accesslog ensure CSNs are normalized (ITS#6400) @@ -542,16 +548,13 @@ OpenLDAP 2.4.20 Release (2009/11/27) Fixed slapo-pcache entry dupe (ITS#6310) Fixed slapo-syncprov checkpoint conversion (ITS#6370) Fixed slapo-syncprov deadlock (ITS#6335) - Fixed slapo-syncprov entry leak (ITS#7234) Fixed slapo-syncprov memory leak (ITS#6376) Fixed slapo-syncprov out of order changes (ITS#6346) Fixed slapo-syncprov psearch with stale cookie (ITS#6397) - Fixed slapo-syncprov startup initialization (ITS#7235) Build Environment Added additional operations for ITS#6332 Fixed memrchr define (ITS#6351) Fixed slapd MAXPATHLEN handling (ITS#6342) - Fixed test022 to check ldapsearch results (ITS#7228) Added test050 rapid add/mod/del sequence (ITS#6368) Fixed test057 handling of memberof/refint (ITS#6343) Fixed slapd test error ignoring (ITS#6345)