]> git.sur5r.net Git - openldap/commitdiff
Prepare for release
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Sep 2001 23:17:49 +0000 (23:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Sep 2001 23:17:49 +0000 (23:17 +0000)
CHANGES
build/top.mk
build/version
include/ldap.h

diff --git a/CHANGES b/CHANGES
index b4726e5f444a6f6d08788bfa08183a8790a80c7b..e9849238678338a709567ca1a284686e862cc244 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,16 @@
 OpenLDAP 2.0 Change Log
 
-OpenLDAP 2.0.13 Engineering
+OpenLDAP 2.0.13 Release
        Fixed slapd substring filter_free bug
        Fixed slapd suffix check bug
        Fixed ldapdelete -c handling (ITS#1071)
-       Fixed -lldbm BDB3.0 support (ITS#1306)
-       Fixed back-ldbm dbhandle cache bug
-       Fixed back-shell fgets handling
-       Added slapd access to dn.base="" support
+       Fixed ldapsearch -S handling
+       Fixed ldbm BerkeleyDB 3.0 support (ITS#1306)
+       Fixed ldbm dbhandle cache bug
+       Fixed shell fgets handling
+       Fixed -lldap TLS ldap.conf handling
        Added -lldap improved TLS certificate checking
+       Added slapd access to dn.base="" support
 
 OpenLDAP 2.0.12 Release
        Fixed slapd acl default clause bug (ITS#1187)
index 602e4ef38f8e4bc9c9edf74f7c4a20c4954c258c..370c4a1521dab74d0d4c0874adf904d2f05d660f 100644 (file)
@@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
 MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
 
 LIBTOOL = @LIBTOOL@
-LIBVERSION = 2:7:0
+LIBVERSION = 2:8:0
 LTVERSION = -version-info $(LIBVERSION)
 #We don't use our own shared libraries (yet)
 #LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
index aee9e71bbe9bd22c84af3fa41d7b75ff1d31d486..f77cfca79e9050ea725fbf5e009f43b87f2673b1 100644 (file)
@@ -1 +1 @@
-2.0.13-Engineering
+2.0.13-Release
index 5c1aa24ee04b7029d2338f05e21faa7f0419211a..35aaae613d8eb9a0659229289e881535a4463509 100644 (file)
@@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
  *     2.0.0  -> 20000
  *     2.3.16 -> 20316
  */
-#define LDAP_VENDOR_VERSION    20012
+#define LDAP_VENDOR_VERSION    20013
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION