]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Add in Ksp's LDBM appinit changes.
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9f4be6d44753fd8e371247f632f19cc7d9887934..0a0d7ef91ef0f14e21ba32fac3a4cfb73a2e21b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,71 @@
 OpenLDAP Change Log
 
+Changes included in OpenLDAP 1.2
+       CVS Tag: OPENLDAP_REL_ENG_1_2
+       Added ldappasswd() tool
+       Added salted MD5/SHA1 password support
+       Added client/tools password prompting (-W)
+       Added slapd alternative args/pid file locations
+       Added slapd logging option
+       Added slapd nextid chunking
+       Added LDBM DB2 debugging support
+       Fixed client SIGPIPE handling
+       Fixed configure wait3 handling
+       Fixed lber leaking ber_scanf
+       Fixed slapd/add entry rwlock race fix.
+       Fixed slapd/nextid race fix.
+       Updated client -d(ebug) handling
+       Updated slapd alias deref functionality to be optional
+       Updated slapd DN handling
+       Updated client/tools Kerberos option handling
+
+Changes included in OpenLDAP 1.1.3
+       CVS Tag: OPENLDAP_REL_ENG_1_1_3
+       Updated LICENSE to allow open use of linked software
+       Updated docs
+       Fixed slapd/ldbm/delete initialization bug (ITS#31)
+       Fixed slapd/ldif2ldbm MAXARGS bug (ITS#34)
+       Fixed slapd/delete bugs (ITS#38)
+       Fixed slapd/strtok needs mutex bug
+       Fixed slapd/tcpd DoS bug
+       Fixed slapd/tcpd denied cleanup bug (ITS#44)
+       Fixed slapd/add,delete,modrdn parent lock bug
+       Fixed ud bogus msgfree bug (ITS#43)
+       Updated ldap.conf to support LDAPNOINIT
+       Updated lthread to provide sched_yield() if missing
+       Updated slapd/modrdn ACL handling
+       Updated slapd/search deallocation
+       Updated slapd to use pthread_detach()
+       Updated slapd thread initialization
+       Updated slapd shutdown code to use condition wait
+       Updated slapd alias deref to be optional
+       Build environment
+               Added DB2 patch information
+               Added distclean target
+               Added pthread sys/types.h compatibility check
+               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
+       Fixed slapd/back-ldbm/search matched initialization bug (ITS#23)
+       Fixed slapd/acl deadlock bug (ITS#24)
+       Fixed slapd schema check bug (ITS#25)
+       Fixed slapd/nonauthorized add bug (ITS#26)
+       Fixed misc. overlapping strcpy bugs
+       Fixed misc. memory leaks
+       Update DB2 support for newer SleepyCat releases (ITS#27)
+       Update slapd/slurpd to workaround FreeBSD pthread_exit bug (ITS#28)
+       Build environment
+               Fixed --disable-crypt/-disable-cleartext options
+               Added special pthread detection for HP-UX 11. (ITS#14)
+
 Changes included in OpenLDAP 1.1.1
        CVS Tag: OPENLDAP_REL_ENG_1_1_1
        Updated INSTALL, README, hints, and devel documents.