]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Merge in Normalized DN bug fixes and optimizations from devel.
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5c5392d58fb1f8b6b99f0fa93f1a0429f92858c0..58be0030172a7262f8ca874da0d8a59d0b9a4cdd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,23 +1,40 @@
 OpenLDAP Change Log
 
-Changes included in OpenLDAP 1.1.x
-       CVS Tag: OPENLDAP_REL_ENG_1_1
+Changes included in OpenLDAP 1.2
+       CVS Tag: OPENLDAP_REL_ENG_1_2
+       Add ldappasswd() tool
+       Add salted MD5/SHA1 password support
+       Add client/tools password prompting (-W)
+       Add slapd logging option
+       Add slapd alternative args/pid file locations
+       Fix lber leaking ber_scanf
+       Update slapd alias deref functionality to be optional
+       Update 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#39)
+       Fixed slapd/delete bugs (ITS#38)
        Fixed slapd/strtok needs mutex bug
        Fixed slapd/tcpd DoS bug
-       Fixed ud bogus msgfree bug (ITS#43)
+       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 lthread to provide sched_yield() if missing
        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