From: Kurt Zeilenga Date: Mon, 14 Jan 2002 19:46:51 +0000 (+0000) Subject: Prepare for release X-Git-Tag: OPENLDAP_REL_ENG_2_0_20~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab68d68e02e1c6effb8af48d89b4303cd800215;p=thirdparty%2Fopenldap.git Prepare for release --- diff --git a/CHANGES b/CHANGES index 3aeda17a65..c5f48f6a31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.20 Engineering +OpenLDAP 2.0.20 Release Fixed slapd ACL empty replace bug (ITS#1530) Fixed slapd ACL peername/sockname exact match bug (ITS#1516) Fixed back-passwd db_config bug diff --git a/build/top.mk b/build/top.mk index a264880f0e..65d526e5fa 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:13:0 +LIBVERSION = 2:14: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 483ac6fec6..f87750206c 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.20-Engineering +2.0.20-Release diff --git a/include/ldap.h b/include/ldap.h index dab34873f0..865f256cf4 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 20019 +#define LDAP_VENDOR_VERSION 20020 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION