]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS5282 fix for 2.3
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index c11cc767f5349e43e2e3021aa4c885ff80f15648..985cd2718e76503837f76bbf6ed8abf8ce497a91 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,199 @@
 OpenLDAP 2.3 Change Log
 
-OpenLDAP 2.3.31 Engineering
+OpenLDAP 2.3.41 Engineering
+       Fixed syncrepl propagation of errors (ITS#5282)
+
+OpenLDAP 2.3.40 Release (2007/12/25)
+       Fixed slapd include handling (ITS#5276)
+       Fixed slapd syncrepl compatibility with 2.4 (ITS#5231)
+       Fixed slapd-bdb/hdb slapadd hang (ITS#5225)
+       Fixed slapd-bdb/hdb dn2entry lock bug (ITS#5257)
+       Fixed slapd-bdb/hdb dn2id lock bug (ITS#5262)
+       Fixed slapo-accesslog abandoned op cleanup (ITS#5161)
+       Fixed slapo-translucent interactions with slapo-rwm (ITS#4889)
+       Documentation
+               Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
+               Clarified slapd.conf(5) limits issues in syncrepl (ITS#5243)
+               DB_CONFIG.example URL wrong in comments (ITS#5288)
+
+OpenLDAP 2.3.39 Release (2007/10/26)
+       Fixed slapd backglue compilation problem (ITS#5214)
+       Fixed slapd database/overlay config conflict (ITS#4848)
+       Fixed slapd password_hash config order (ITS#5082)
+       Fixed slapd slap_mods_check bug (ITS#5119)
+       Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
+       Fixed slapd ordered values add normalization issue (ITS#5136)
+       Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
+       Fixed slapd-ldap search control parsing (ITS#5138)
+       Fixed slapd-ldap SASL idassert w/o authcId
+       Fixed slapd-ldif directory separators in DN (ITS#5172)
+       Fixed slapd-meta conn caching on bind failure (ITS#5154)
+       Fixed slapd-meta bind timeout assertion (ITS#5185)
+       Fixed slapd-sql concurrency issue (ITS#5095)
+       Fixed slapo-chain double-free (ITS#5137)
+       Fixed slapo-pcache and -rwm interaction fix (ITS#4991) 
+       Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
+       Fixed slapo-rwm modlist handling (ITS#5124)
+       Fixed slapo-rwm UUID in filter (ITS#5168)
+       Fixed slapo-syncprov refreshAndPersist race condition (ITS#5177)
+       Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
+       Fixed liblber Windows x64 portability (ITS#5105)
+       Fixed libldap ppolicy control creation (ITS#5103)
+       Build Environment
+               Fixed termios macro check (ITS#4880)
+               Updated Makefiles
+       Documentation
+               Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
+               Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
+               Added max-depth/return-error to slapo-chain(5)
+               slapadd/slapindex note about file ownership (ITS#5166)
+               slapcat note about using against running slapd (ITS#5028)
+               Fixed Admin Guide URL in README (ITS#5107)
+
+OpenLDAP 2.3.38 Release (2007/08/20)
+       Fixed slapadd check for ';binary' when required (ITS#5071)
+       Fixed slapd select_backend/ManageDSAit (ITS#4986)
+       Fixed slapd integer/pointer types and overflow (ITS#5035)
+       Fixed slapd AVA_Sort on multivalued RDNs (ITS#5057)
+       Fixed slapd LDIF parsing error handling (ITS#5090)
+       Fixed slapd syncrepl searchbase scope (ITS#5073)
+       Fixed slapd-bdb missing index warning (ITS#5037)
+       Fixed slapd-bdb Quick index for ID 0 (ITS#5052)
+       Fixed slapd-bdb spurious empty DN warnings during add (ITS#5079)
+       Fixed slapd-hdb slapacl behavior (ITS#5087)
+       Fixed slapd-relay configuration (ITS#4322,ITS#4340)
+       Fixed slapd-sql structuralObjectClass issue (ITS#5088)
+       Fixed slapo-ppolicy double-free on shutdown (ITS#5094)
+       Fixed slapo-rwm/slapd-meta dup attrs after mapping (ITS#5091)
+       Fixed slapo-syncprov uninit'd vars (ITS#5048,#5049)
+       Fixed libldap ldap_add_result_entry (ITS#5056)
+       Added client tools support for ppolicy response (ITS#5061)
+       Removed lint
+       Build Environment
+               Fixed macro definition of open() in glibc 2.6 (ITS#5075)
+       Documentation
+               aspell --lang=en_US -c <manpage> (ITS#5076)
+               Debug messages cleaned up (ITS#5085)
+
+OpenLDAP 2.3.37 Release (2007/07/20)
+       Fixed slapd-glue/syncprov interaction (ITS#4623)
+       Fixed slapd-ldap search reference crash (ITS#5025)
+       Fixed slapd-ldbm crash on Compare op (ITS#5044)
+       Fixed slapo-rwm searchFilter double free (ITS#5043)
+       Clarified slapd-perl SampleLDAP.pm usage (ITS#4995)
+       Documentation
+               Fixed slapd.conf(5) for default loglevel (ITS#5027)
+
+OpenLDAP 2.3.36 Release (2007/06/17)
+       Fixed slapd error code on Windows (ITS#4945, #4606)
+       Fixed slapd mutex bug after failed startup (ITS#4957)
+       Fixed slapd sasl failed Bind bug (ITS#4954)
+       Fixed slapd sasl ssf logging (ITS#5001)
+       Fixed slapd tool op init (ITS#4911)
+       Fixed slapd-bdb no-op crasher (ITS#4925)
+       Fixed slapd-config olcLogLevel (ITS#4949)
+       Fixed slapd-config olcModuleLoad replace (ITS#4921,ITS#4923)
+       Fixed slapd-relay crash when no database can be selected (ITS#4958)
+       Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
+       Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
+       Fixed slapo-pcache handling of abandoned Operations (#5015)
+       Fixed slapo-pcache and -rwm interaction (ITS#4991)
+       Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
+       Fixed slapo-ppolicy control cleanup from ITS#4665
+       Fixed slapo-syncprov cookie parsing error (ITS#4977)
+       Fixed slapo-valsort crash on delete op (ITS#4966)
+       Fixed liblber compilation problem (ITS#5007)
+       Fixed libldap referral chasing loop (ITS#4955)
+       Fixed libldap response code handling on rebind (ITS#4924)
+       Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
+       Fixed libldap cldap assert (ITS#4992)
+       Fixed libldap_r thread debug issues (ITS#4972)
+       Fixed liblutil reading passwd from pipe (ITS#4875)
+       Fixed ldap client usage typo (ITS#4939)
+       Build Environment
+               Fixed --disable-overlays Makefile problem (ITS#4988)
+               Fixed HP-UX socklen_t problem (ITS#4629)
+       Documentation
+               Updated ldapsearch(1) with details on -C option (ITS#5009)
+               Updated slapadd(8) with details on -s option
+               Fixed slapd.conf(5) for correct loglevel packets (ITS#5011)
+               Fixed slapo-ppolicy(5) permanent pwdAccountLockedTime (ITS#4978)
+
+OpenLDAP 2.3.35 Release (2007/04/09)
+       Fixed ldapmodify to use correct memory free functions (ITS#4901)
+       Fixed slapd acl set minor typo (ITS#4874)
+       Fixed slapd entry consistency check in str2entry2 (ITS#4852)
+       Fixed slapd ldapi:// credential issue (ITS#4893)
+       Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854)
+       Fixed slapd syncrepl delta-sync modlist free (ITS#4904)
+       Added slapd syncrepl retry logging (ITS#4915)
+       Fixed slapd zero-length IA5string handling (ITS#4823)
+       Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851)
+       Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861)
+       Fixed slapd-ldap bind cleanup in case of unauthorized idassert
+       Fixed slapd-meta search cleanup
+       Fixed slapd-meta/slapo-rwm filter mapping
+       Fixed slapd-sql subtree shortcut (ITS#4856)
+       Fixed slapo-dynlist crasher (ITS#4891)
+       Fixed slapo-refint config message (ITS#4853)
+       Fixed libldap time_t signedness (ITS#4872)
+       Fixed libldap_r tpool reset (ITS#4855,#4899)
+       Documentation
+               Misc Doc fixes (ITS#4863, ITS#4877, ITS#4885, ITS#4897)
+
+OpenLDAP 2.3.34 Release (2007/02/16)
+       Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
+       Fixed ldapmodify printing error from ldap_result() (ITS#4812)
+       Fixed slapadd LDIF parsing (ITS#4817)
+       Fixed slapd libltdl link ordering (ITS#4830)
+       Fixed slapd syncrepl memory leaks (ITS#4805)
+       Fixed slapd dynacl/ACI compatibility with 2.1
+       Fixed slapd-bdb/hdb be_entry_get with aliases/referrals (ITS#4810)
+       Fixed slapd-ldap more response handling bugs (ITS#4782)
+       Fixed slapd-ldap C-API code tests (ITS#4808)
+       Fixed slapd-monitor NULL printf (ITS#4811)
+       Fixed slapo-chain spurious additional info in response (ITS#4828)
+       Fixed slapo-syncprov presence list (ITS#4813)
+       Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
+       Added slapo-ppolicy cn=config support (ITS#4836)
+       Added slapo-auditlog cn=config support
+       Fixed slapi late initialization (ITS#4468)
+       Build environment
+               Added Berkeley DB 4.5 detection
+       Documentation
+               Note slapo-dynlist interaction with manageDSAit (ITS#4831)
+
+OpenLDAP 2.3.33 Release (2007/01/17)
+       Fixed slapd syncrepl error logging with delta-syncrepl
+       Fixed slapd-ldap/meta privileged conn caching (ITS#4547)
+       Fixed slapd-ldap chase-referrals switch (ITS#4557)
+       Fixed slapd-ldap bind behavior when idassert is always used (ITS#4781)
+       Fixed slapd-ldap response handling bugs (ITS#4782)
+       Fixed slapd-ldap idassert mode=self anonymous ops (ITS#4798)
+       Fixed slapd-ldap/meta privileged connections handling (ITS#4791)
+       Fixed slapd-meta retrying (ITS#4594, 4762)
+       Fixed slapo-chain referral DN use (ITS#4776)
+       Fixed slapo-dynlist dangling pointer after entry free (ITS#4801)
+       Fixed libldap ldap_pvt_put_filter syntax checks (ITS#4648)
+       Documentation
+               Fixed reference to deprecated stmt in slapacl(8) (ITS#4803)
+
+OpenLDAP 2.3.32 Release (2007/01/04)
+       Fixed slapd add redundant duplicate value check (ITS#4600)
+       Fixed slapd ACL set memleak (ITS#4780)
+       Fixed slapd syncrepl shutdown hang (ITS#4790)
+       Fixed slapd connection_get race condition on Windows (ITS#4793)
+       Fixed slapd values return filter control leak (ITS#4794)
+       Fixed slapd-sql Debug typo (ITS#4784)
+       Fixed slapo-rwm parameter handling (ITS#3971, 4458, 4638, 4689)
+       Documentation
+               Fixed reference to deprecated option in admin guide (ITS#4795)
+
+OpenLDAP 2.3.31 Release (2006/12/17)
        Fixed libldap unchased referral leak (ITS#4545)
        Fixed libldap tls callback (ITS#4723)
        Fixed liblutil ldif file: URL parsing
+       Fixed slapd syncrepl logging (ITS#4755)
        Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760)
        Fixed slapd "group" authz default member parsing (ITS#4761)
        Fixed slapd uninitialized sd_actives array (ITS#4765)
@@ -23,12 +213,11 @@ OpenLDAP 2.3.31 Engineering
        Fixed contrib smbk5pwd, check kadm5 init result
        Documentation
                Fixed typo in slapo-retcode(5) man page (ITS#4753)
-               Fixed syncrepl searchbase notation in slapd.conf(5) (ITS#4540)
-               Fixed syncrepl searchbase notation in the admin guide (ITS#4540)
+               Fixed syncrepl searchbase note (ITS#4540)
                Added syncrepl starttls in the admin guide (ITS#4510)
                Fixed reference to deprecated function in ldap_parse_result(3)
 
-OpenLDAP 2.3.30 Release
+OpenLDAP 2.3.30 Release (2006/11/14)
        Fixed slapd authzTo/authzFrom URL matching (ITS#4744)
        Fixed slapd syncrepl consumer memory leaks (ITS#4746)
        Fixed slapd-hdb livelock (ITS#4738)
@@ -36,7 +225,7 @@ OpenLDAP 2.3.30 Release
        Documentation
                Fixed ldapsearch(1) man page acknowledgement (ITS#4743)
 
-OpenLDAP 2.3.29 Release
+OpenLDAP 2.3.29 Release (2006/11/10)
        Fixed liblber/libldap error codes on Windows (ITS#4606)
        Fixed libldap string length assert (ITS#4740)
        Fixed liblunicode case mapping (ITS#4724)
@@ -53,7 +242,7 @@ OpenLDAP 2.3.29 Release
                Fixed slapd-ldap/meta(5) rebind-as-user usage (ITS#4715)
                Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718)
 
-OpenLDAP 2.3.28 Release
+OpenLDAP 2.3.28 Release (2006/10/21)
        Fixed libldap ldap.conf max line length (ITS#4669)
        Fixed libldap use keepalive for syncrepl (ITS#4708)
        Fixed liblutil LDIF CR/LF parsing bug (ITS#4635)
@@ -78,10 +267,11 @@ OpenLDAP 2.3.28 Release
                Updated ldapsearch(1) options (ITS#4371,4526,4647)
                Fixed slapd.access(5) non-optional dn= error (ITS#4522)
 
-OpenLDAP 2.3.27 Release
+OpenLDAP 2.3.27 Release (2006/08/19)
        Fixed libldap dangling pointer issue (previous fix was broken) (ITS#4405)
+       Fixed slapd-sql noop handling (ITS#4563)
 
-OpenLDAP 2.3.26 Release
+OpenLDAP 2.3.26 Release (2006/08/17)
        Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610)
        Fixed libldap dangling pointer issue (ITS#4405)
        Fixed slapd incorrect rebuilding of replica URI (ITS#4633)
@@ -93,7 +283,7 @@ OpenLDAP 2.3.26 Release
        Fixed slapo-ppolicy logging verbosity when using default policy
        Fixed slapo-syncprov incomplete sync on restart issues (ITS#4622)
 
-OpenLDAP 2.3.25 Release
+OpenLDAP 2.3.25 Release (2006/08/01)
        Fixed liblber ber_bvreplace_x argument checks
        Add libldap_r TLS concurrency workaround (ITS#4583)
        Fixed liblutil password length bug
@@ -109,7 +299,7 @@ OpenLDAP 2.3.25 Release
        Fixed slapo-syncprov need new CSN with delete syncID sets (ITS#4534)
        Fixed slapo-syncprov startup when lastmod is off (ITS#4613)
        Fixed slapo-accesslog cn=config purge bug (ITS#4595)
-       Fixes slapo-auditlog DB initialization
+       Fixed slapo-auditlog DB initialization
        Fixed slapo-ppolicy password hashing bug (ITS#4575)
        Fixed slapo-ppolicy password modify pwdMustChange reset bug (ITS#4576)
        Fixed slapo-ppolicy control can be critical (ITS#4596)
@@ -128,17 +318,17 @@ OpenLDAP 2.3.25 Release
                Added slapd.conf(5) access control note to authz-regexp discussion
                Updated slapo-syncprov(5) to clarify SyncProv and syncrepl diffs
 
-OpenLDAP 2.3.24 Release
+OpenLDAP 2.3.24 Release (2006/05/30)
        Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
        Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
        Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
        Fixed slapd-ldif assert bug (ITS#4568)
        Fixed slapo-syncprov crash under glued database (ITS#4562)
 
-OpenLDAP 2.3.23 Release
+OpenLDAP 2.3.23 Release (2006/05/17)
        Fixed slapd-ldap improper free bug (ITS#4550)
 
-OpenLDAP 2.3.22 Release
+OpenLDAP 2.3.22 Release (2006/05/15)
        Fixed libldap referral input destroy issue (ITS#4533)
        Fixed libldap ldap_sort_entries tail bug (ITS#4536)
        Fixed libldap default connection concurrency issue (ITS#4541)
@@ -186,7 +376,7 @@ OpenLDAP 2.3.22 Release
                Fixed slapd(8) logging header reference (ITS#4509)
                Clarified slapd.conf(5) "disable bind_anon" feature
 
-OpenLDAP 2.3.21 Release
+OpenLDAP 2.3.21 Release (2006/04/08)
        Fixed libldap referral chasing issue (ITS#4448)
        Fixed libldap invalid free bug (ITS#4436)
        Fixed libldap mutex leak (ITS#4441)
@@ -216,7 +406,7 @@ OpenLDAP 2.3.21 Release
                Updated libtool to version 1.5.22 (ITS#4471)
                Updated shtool to version 2.0.5
 
-OpenLDAP 2.3.20 Release
+OpenLDAP 2.3.20 Release (2006/02/18)
        Added libldap SASL workaround for broken LDAP servers (ITS#4391)
        Fixed libldap/slapd valuesReturnFilter OID (ITS#4404)
        Fixed slapd config_generic_wrapper missing parameter bug (ITS#4376)
@@ -249,7 +439,7 @@ OpenLDAP 2.3.20 Release
        Documentation
                Updated misc. manual pages
 
-OpenLDAP 2.3.19 Release
+OpenLDAP 2.3.19 Release (2006/01/25)
        Fixed libldap disable DH key exchange with DH params (ITS#4354)
        Fixed libldap_r thread pool destroy hang (ITS#4349,ITS#4368)
        Fixed slapd slap_daemon destroy issue (ITS#4370)
@@ -263,7 +453,7 @@ OpenLDAP 2.3.19 Release
                Fixed slaptools when --disable-debug (ITS#4351)
                Fixed slapd(8) solaris select(2) issue (ITS#4357)
 
-OpenLDAP 2.3.18 Release
+OpenLDAP 2.3.18 Release (2006/01/17)
        Fixed slapd syncrepl variable used before set bug (ITS#4331)
        Updated slapd-meta retry capabilities (ITS#4328)
        Fixed slapd-bdb slapcat autorecover bug (ITS#4324)
@@ -283,7 +473,7 @@ OpenLDAP 2.3.18 Release
                Updated release documents
                Updated misc. manual pages
 
-OpenLDAP 2.3.17 Release
+OpenLDAP 2.3.17 Release (2006/01/10)
        Fixed slapd anonymous proxy authorization issue (ITS#4320)
        Fixed slapd-ldap/meta session reuse issue (ITS#4315)
        Fixed slapd-ldap idassert anon-to-anon issue (ITS#4321)
@@ -292,10 +482,10 @@ OpenLDAP 2.3.17 Release
                Updated Linux sched_yield(2) workaround to use nanosleep(2) (ITS#3950)
                Fixed configure report-to URL
 
-OpenLDAP 2.3.16 Release
+OpenLDAP 2.3.16 Release (2006/01/08)
        Fixed slapd-bdb reindexing via cn=config not noticed issue (ITS#4260)
        Fixed slapd-monitor connection search crash (ITS#4300)
-       Flapd slapd cn=config bad ACL syntax modify crash (ITS#4306)
+       Fixed slapd cn=config bad ACL syntax modify crash (ITS#4306)
        Fixed slapd ACL/suffix configuration issue (ITS#4307)
        Fixed slapd-bdb/hdb cache issue (ITS#4308)
        Fixed slapd-bdb/hdb/ldbm suffix add with default referral issue (ITS#4310)
@@ -310,7 +500,7 @@ OpenLDAP 2.3.16 Release
                Added slapd-bdb(5) cachefree description
                Updated misc. manual pages
 
-OpenLDAP 2.3.15 Release
+OpenLDAP 2.3.15 Release (2006/01/04)
        Fixed slapd strerror logging bug (ITS#4292)
        Fixed slapd ACL add/delete fraction issue (ITS#4295)
        Fixed slapd ACL users selfwrite issue (ITS#4299)
@@ -319,7 +509,7 @@ OpenLDAP 2.3.15 Release
        Build environment
                Disable test030-relay when threads are unavailable (ITS#4297)
 
-OpenLDAP 2.3.14 Release
+OpenLDAP 2.3.14 Release (2005/12/23)
        Fixed slapd assertion control restrictions
        Fixed slapd sc_prev update after free bug (ITS#4237)
        Fixed slapd pid file creation (ITS#4241,4251)
@@ -358,7 +548,7 @@ OpenLDAP 2.3.14 Release
                Updated slapo-pcache(5) (ITS#4232)
                Updated slapindex(8) (ITS#4242)
 
-OpenLDAP 2.3.13 Release
+OpenLDAP 2.3.13 Release (2005/11/30)
        Fixed libldap/liblutil MSG_ACCRIGHTSLEN bug (ITS#4206)
        Fixed libldap ldap_bv2escaped_filter_value issue (ITS#4212)
        Fixed liblutil URL value-specs issue (ITS#4221)
@@ -392,7 +582,7 @@ OpenLDAP 2.3.13 Release
        Documentation
                Updated ldif(5) to include change record description
 
-OpenLDAP 2.3.12 Release
+OpenLDAP 2.3.12 Release (2005/11/17)
        Fixed libldap ldapi:// authdn construction
        Added libldap ldap_bv2escaped_filter_value (ITS#2535)
        Added libldap/slapd TLS DSA certificate support (ITS#4017)
@@ -447,7 +637,7 @@ OpenLDAP 2.3.12 Release
                slapd.conf(5) defaultSearchBase issue (ITS#4162)
                slap tool man pages wll typo (ITS#4169)
 
-OpenLDAP 2.3.11 Release
+OpenLDAP 2.3.11 Release (2005/10/12)
        Fixed libldap reentrancy issue (ITS#3988)
        Fixed libldap ndelay without timeout
        Fixed slapd ldaps:// not configured issue (ITS#4082,4083)
@@ -457,7 +647,7 @@ OpenLDAP 2.3.11 Release
        Updated slapd syncrepl to use ldap_unbind_ext
        Removed lint
 
-OpenLDAP 2.3.10 Release
+OpenLDAP 2.3.10 Release (2005/10/10)
        Fixed libldap chasing of chased referrals (ITS#2942)
        Added libldap LDAP_NOT_SUPPORTED for TLS (ITS#4072)
        Added libldap LDAP_MSG_RECEIVED support
@@ -466,7 +656,7 @@ OpenLDAP 2.3.10 Release
        Fixed slapd-meta bus error (ITS#4073)
        Fixed slapd-meta/ldap/rwm empty naming context issue (ITS#4071)
 
-OpenLDAP 2.3.9 Release
+OpenLDAP 2.3.9 Release (2005/10/07)
        Fixed slapd req_pwdexop bug
        Fixed slapo-syncprov queued UUIDs bug (ITS#4068)
        Fixed slapo-syncprov memory leak
@@ -476,7 +666,7 @@ OpenLDAP 2.3.9 Release
                Updated testsuite to test only primary backends by default
                Disable test041-aci
 
-OpenLDAP 2.3.8 Release
+OpenLDAP 2.3.8 Release (2005/10/05)
        Fixed slapd undef HAVE_EPOLL issue
        Fixed slapd connection-get wake bug (ITS#3999)
        Fixed slapd uninitialized var bug (ITS#3854)
@@ -537,7 +727,7 @@ OpenLDAP 2.3.8 Release
                Fixed test suite tool error handling
                Updated contrib/ldapc++ build environment
 
-OpenLDAP 2.3.7 Release
+OpenLDAP 2.3.7 Release (2005/08/31)
        Updated slapd ManageDIT support
        Updated slapd ACI syntax checking (ITS#3877)
        Fixed slapd STATS2 referral logging
@@ -576,7 +766,7 @@ OpenLDAP 2.3.7 Release
                Fixed tests veryclean-local testdata cleanup
                Add subtree rename test (hdb only)
 
-OpenLDAP 2.3.6 Release
+OpenLDAP 2.3.6 Release (2005/08/19)
        Fixed slapd dnRelativeMatch return (ITS#3931)
        Fixed slapd send_search_entry issue (ITS#3951)
        Fixed slapd-bdb/hdb release entry in paged response
@@ -606,7 +796,7 @@ OpenLDAP 2.3.6 Release
                Fixed test015-xsearch regression (ITS#3506)
                Added test040-subtree-rename
 
-OpenLDAP 2.3.5 Release
+OpenLDAP 2.3.5 Release (2005/08/14)
        Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
        Fixed slapd substrings filter length checks (ITS#3790)
        Fixed slapd thread pool initialization (ITS#3793)
@@ -692,6 +882,6 @@ OpenLDAP 2.3.5 Release
                Updated slapd-monitor(5) (ITS#3822,3836)
                Updated slapd-bdb(5) (ITS#3823)
 
-OpenLDAP 2.3.4 Release
+OpenLDAP 2.3.4 Release (2005/06/10)
        Initial release for "general use".