]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Ready for release
authorKurt Zeilenga <kurt@openldap.org>
Sun, 5 Nov 2000 21:42:17 +0000 (21:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 5 Nov 2000 21:42:17 +0000 (21:42 +0000)
CHANGES
build/top.mk
build/version
configure
include/ldap.h

diff --git a/CHANGES b/CHANGES
index 232ec285fafa7e9e8cd950d4c27fb30f242ddb14..fb7822ba21eda5794f5e813593ec63ad7a750bdf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 OpenLDAP 2.0 Change Log
 
-OpenLDAP 2.0.X Engineering
+OpenLDAP 2.0.7 Release
        Fixed -lldap TLS data ready bug (ITS#821)
        Fixed -lldap abandon unsent op bug (ITS#837)
        Fixed -lldap URL search w/o host bug (ITS#843)
@@ -11,17 +11,19 @@ OpenLDAP 2.0.X Engineering
        Fixed slapd spasswd mutex bug
        Fixed slapd ACL nameuid bug
        Fixed slapd SASL layering bug
-       Fixed slapd unknown authc method bug (ITS#831)
+       Fixed slapd unknown authc method bug (ITS#831 ITS#844)
        Fixed slapd TLSVerifyClient config bug
        Updated -lldap TLS/SASL error reporting
        Updated -llber large element handling
        Updated slapadd error reporting
        Updated slapd chroot handling (ITS#810)
        Updated slapd subschema subentry
-       Updated slapd manageDSAit support
+       Updated slapd manageDSAit support (ITS#851)
        Updated slapd root DIT support
+       Updated slapd/back-sql
        Updated getaddrinfo error handling (ITS#845 ITS#845 ITS#863)
-       Added slapd numericString indexing
+       Added -lldap SASL/EXTERNAL (TLS) support (ITS#865)
+       Added slapd additional syntax/matching rule support
        Removed lint
        Build Environment
                Fixed make comment bug (ITS#811)
index f40967ebce95b509aed48bba1c14f6bb4cffc2cb..db8bf33c533fc6dfa3ce239bedc0a064f6e95675 100644 (file)
@@ -55,7 +55,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
 MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
 
 LIBTOOL = @LIBTOOL@
-LIBVERSION = 2:4:0
+LIBVERSION = 2:5:0
 LTVERSION = -version-info $(LIBVERSION)
 #We don't use our own shared libraries (yet)
 #LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
index b06c8ab1561d1c82ef5b69b2bb10c4731e59ecd5..83337c51a53320e8810b267306f27fc49086cb73 100644 (file)
@@ -1 +1 @@
-2.0.X-Engineering
+2.0.7-Release
index 9fece6f90d66170f8ef47468ef9d733ee63f8372..90ca4d2a609b945b1ea117a305c4527b25dcce0e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.19 2000/10/04 15:21:29 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.20 2000/10/30 17:46:17 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
index b2709783898e7fc7f029970fe4fc602f449645f2..c906919a811c525e2f9d3a8e6b90a9761b9ad18a 100644 (file)
@@ -48,7 +48,7 @@ LDAP_BEGIN_DECL
  *     2.0.0  -> 20000
  *     2.3.16 -> 20316
  */
-#define LDAP_VENDOR_VERSION    20006
+#define LDAP_VENDOR_VERSION    20007
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION