]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Add in Ksp's LDBM appinit changes.
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index a612618a2c5e201859e52399acdeb4659abe015d..0a0d7ef91ef0f14e21ba32fac3a4cfb73a2e21b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,163 @@
 OpenLDAP Change Log
 
-Changes included in OpenLDAP 1.1-Alpha (from -devel)
+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.
+       Updated slapd/ldif2dbm to disable write sync'ing
+       Fixed slapd & slurpd syslogging (ITS#6)
+       Fixed libldif/line64 analyzed 3 not 4 bug
+       Fixed slapd/modify.c modtail freed twice bug
+       Fixed slapd/value.c value_cmp bug
+       Fixed slapd/tools DB2 uninitialized Datum bugs
+       Fixed slapd/back-ldbm/cache.c delete_internal dntree/idtree bug
+       Fixed slapd/back-ldbm search realbase free bug (ITS#12)
+       Fixed slapd/back-ldbm kerberos bind rc bug (ITS#17)
+       Build environment (autoconf)
+               Fix --enable-wrappers (ITS#9)
+               Fix --without-SERVER-COMPONENTS
+               Fix library make clean
+               Fix ltconfig for Solaris ProC and FreeBSD elf
+               Fix make veryclean
+
+Changes included in OpenLDAP 1.1.0
+       CVS Tag: OPENLDAP_REL_ENG_1_1_0
+       Updated ANNOUNCEMENT, INSTALL, README for release
+       Updated doc for release
+       Updated slapd.conf to use dc style BaseDN
+       Fixed aclparse debug print
+       Fixed slapd/add memory leak bug
+       Fixed slapd/back-ldbm/cache assert bug
+       Autoconf
+               Fixed --with-threads=yes bug
+               Added -pthreads check for OSF/1
+               Updated LDBM auto check to skip NDBM
+               Updated libtool for FreeBSD3 elf
+               Fixed pthread version test 
+
+Changes included in OpenLDAP 1.1-Beta
+       CVS Tag: OPENLDAP_REL_ENG_1_1_BETA
+       Added ldap.conf support
+       Added configuration preservation support
+       Added slapd passwd handling improvements
+       Updated shared library version to release 1
+       Fixed lib-shared.mk handling of static library
+       Fixed no-ldapd make install bugs
+       Fixed slapd/detach-join thread bug
+       Fixed slapd/nextid-atol bug
+       Fixed slapd/derefDN bug
+       Fixed ldbm2ldif ldif bug
+       Updated slapd to use ch_strdup()
+       Moved ldapfriendly to datadir
+       Updated $(MKDIR) handling to always use -p
+       Updated test007 to skip test if slurpd is not built
+       Modified ud to accept "host" in ud.conf
+       Updated contributed software
+       Updated manuals and other docs
+       Fixed LinuxThread handling on alpha/sparc
+       Autoconf:
+               Added --with_subdir added
+               Added pthread_create consistency check
+               Added additonal caching of results
+               Fixed REENTRANT defines
+               Updated Kerberos support
+
+Changes included in OpenLDAP 1.1-Alpha
+       CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA3
+       Changed LDBM default to sync on writes
+       Added mail500 BOUNCEFROM patch
+       Added dbcachenowsync option
+       Fixed slapd/ldbm id2children bug
+       Fixed slapd/shell newline bug
+       Fixed whois++ get_dn leak
+       Fixed pointer truncation to int bugs
+       Fixed DEC OSF/1 support bugs
+       Fixed r/w lock initialization on non-final Pthreads
+       Fixed slapd/slurpd file unlock bugs
+       Fixed slurpd string translation bug
+       Fixed slurpd/st mutex unlock bug
+       Moved detach() to -llutil
+       Added lutil_passwd() to -llutil
+       Autoconf:
+               Fixed thread detection
+               Removed gcc -traditional tests
+               Changed --enable-dns to require --enable-referrals
+               Added -lresolv tests for ldapd and LDAP_DNS
+               Added basic ISODE checks
+               Added pwd.h &  getpwuid() tests
+               Added sys/resource.h test
+       Updated NT support (now builds ud)
+       Added function prototypes
+       Removed library externs
+       Removed lint
+
+
+Changes included in OpenLDAP 1.1-Alpha
        CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA2
        Added cross compiling detect and warnings
        Fixed autoconf detection of threads
@@ -18,7 +175,7 @@ Changes included in OpenLDAP 1.1-Alpha (from -devel)
        Updated setproctitle code
        Removed lint
 
-Changes included in OpenLDAP 1.1-Alpha (from -devel)
+Changes included in OpenLDAP 1.1-Alpha
        CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA
        Fixed slapd/back-passwd sizelimit bug
        Fixed slapd/back-ldbm/msearch entry rwlock bug