]> git.sur5r.net Git - openldap/commitdiff
Ready for release
authorKurt Zeilenga <kurt@openldap.org>
Fri, 11 May 2001 04:47:00 +0000 (04:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 11 May 2001 04:47:00 +0000 (04:47 +0000)
CHANGES
build/top.mk
build/version
include/ldap.h

diff --git a/CHANGES b/CHANGES
index cf94560a42e74bcad7542908bae683ac85cbd1d7..28086b5e5fe9a3792021fdca1f86908027817804 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 OpenLDAP 2.0 Change Log
 
-OpenLDAP 2.0.8 Engineering
+OpenLDAP 2.0.8 Release
        Fixed slapd empty OID value bug (ITS#882)
        Fixed slapd waitpid() bug (ITS#900)
        Fixed slapd gai_strerror() bug (ITS#895)
@@ -8,7 +8,6 @@ OpenLDAP 2.0.8 Engineering
        Fixed slapd schema parse bug (ITS#1114)
        Fixed slapd labeledURI bug (ITS#1040)
        Fixed slapd dnaddr bug (ITS#1061)
-       Added slapd RANDFILE option (ITS#1069)
        Fixed slap tools sasl-secprops bug (ITS#1128)
        Fixed back-ldap protocol versioning bug
        Fixed back-ldap str2ad bug (ITS#919)
@@ -19,6 +18,7 @@ OpenLDAP 2.0.8 Engineering
        Fixed libldap SASL GSSAPI interop bug (ITS#884)
        Fixed libldap TLS/SASL crash bugs (ITS#889)
        Fixed liblber exception bugs
+       Added slapd RANDFILE option (ITS#1069)
        Updated slapd anonymous write default to deny
        Updated slapd syntax erorr reporting
        Updated libldap TLS seeding (ITS#948) 
index bedba0b139641f7aac0eed522ab645d9d8bdeef6..666e7ac0be2a3ad01fd0597da56cbab044e49322 100644 (file)
@@ -55,7 +55,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
 MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
 
 LIBTOOL = @LIBTOOL@
-LIBVERSION = 2:5:0
+LIBVERSION = 2:6:0
 LTVERSION = -version-info $(LIBVERSION)
 #We don't use our own shared libraries (yet)
 #LTLINK  = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
index f7b98834fd8e185a78127909f82c9fd6045a0325..d0f5ac315dd0eacefbd3cee7d79a6343623ef1cf 100644 (file)
@@ -1 +1 @@
-2.0.8-Engineering
+2.0.8-Release
index 9cfde928fc15cd969c22408856596e0ef0994afb..d363e9befdd4665ce38d1a6a86a9e9d74b8b100c 100644 (file)
@@ -48,7 +48,7 @@ LDAP_BEGIN_DECL
  *     2.0.0  -> 20000
  *     2.3.16 -> 20316
  */
-#define LDAP_VENDOR_VERSION    20007
+#define LDAP_VENDOR_VERSION    20008
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION