From: Kurt Zeilenga Date: Thu, 14 Jan 1999 22:01:30 +0000 (+0000) Subject: Update CHANGES based upon recent imports from devel. X-Git-Tag: OPENLDAP_REL_ENG_1_1_3~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=33d4f67e294e3bf2633a6c26ac18255d38b8a4ea;hp=12e8624d2dec403e28766ec12987cad306a4d808;p=openldap Update CHANGES based upon recent imports from devel. --- diff --git a/CHANGES b/CHANGES index 0c580a42ac..5c5392d58f 100644 --- a/CHANGES +++ b/CHANGES @@ -4,13 +4,28 @@ Changes included in OpenLDAP 1.1.x CVS Tag: OPENLDAP_REL_ENG_1_1 Fixed slapd/ldbm/delete initialization bug (ITS#31) Fixed slapd/ldif2ldbm MAXARGS bug (ITS#34) + Fixed slapd/delete bugs (ITS#39) Fixed slapd/strtok needs mutex bug - Fixed salpd/tcpd DoS bug + Fixed slapd/tcpd DoS bug + Fixed ud bogus msgfree bug (ITS#43) + Fixed slapd/add,delete,modrdn parent lock bug + Updated slapd/modrdn ACL handling + Updated slapd/search deallocation + Updated slapd to use pthread_detach() + Updated slapd thread initialization + Updated lthread to provide sched_yield() if missing + Updated slapd shutdown code to use condition wait Build environment Added DB2 patch information + Added distclean target Fixed doc/man reinstall bug Fixed make clean Fixed --disable-slurpd + Fixed VPATH support + Fixed REENTRANT multiple definition issue + Updated pthread checking + Updated res_search check + Updated library linking Changes included in OpenLDAP 1.1.2 CVS Tag: OPENLDAP_REL_ENG_1_1_2