From: Kurt Zeilenga Date: Mon, 10 Sep 2001 17:16:51 +0000 (+0000) Subject: Ready for release as 2.0.14 X-Git-Tag: OPENLDAP_REL_ENG_2_0_14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f3a863f684ef68075270c33e4e6abf9577dc9d;p=thirdparty%2Fopenldap.git Ready for release as 2.0.14 --- diff --git a/CHANGES b/CHANGES index 107d262dd5..ec679bbbea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.14 Engineering +OpenLDAP 2.0.14 Release Fixed slurpd millionth second bug (ITS#1323) OpenLDAP 2.0.13 Release @@ -41,7 +41,7 @@ OpenLDAP 2.0.12 Release Updated ldbm to use BerkeleyDB's CDB (ITS#1176) Updated ldbm error handling Updated ldaptcl API (contrib) - Updated -lldap sasl/tls referral handling + Updated -lldap SASL/TLS referral handling Updated -lldap pthread code Removed -lldap UFN search support Build environment diff --git a/build/top.mk b/build/top.mk index 370c4a1521..106bfe584f 100644 --- a/build/top.mk +++ b/build/top.mk @@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)" LIBTOOL = @LIBTOOL@ -LIBVERSION = 2:8:0 +LIBVERSION = 2:9:0 LTVERSION = -version-info $(LIBVERSION) #We don't use our own shared libraries (yet) #LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \ diff --git a/build/version b/build/version index cf2dd9aee7..427b154f34 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.14-Engineering +2.0.14-Release diff --git a/include/ldap.h b/include/ldap.h index 35aaae613d..329aa90c53 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -50,7 +50,7 @@ LDAP_BEGIN_DECL * 2.0.0 -> 20000 * 2.3.16 -> 20316 */ -#define LDAP_VENDOR_VERSION 20013 +#define LDAP_VENDOR_VERSION 20014 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION