From: Kurt Zeilenga Date: Fri, 7 Sep 2001 23:17:49 +0000 (+0000) Subject: Prepare for release X-Git-Tag: OPENLDAP_REL_ENG_2_0_13~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dee50bc462470aaab875d88ccc4b33052707ab9d;p=openldap Prepare for release --- diff --git a/CHANGES b/CHANGES index b4726e5f44..e984923867 100644 --- 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) diff --git a/build/top.mk b/build/top.mk index 602e4ef38f..370c4a1521 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: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) \ diff --git a/build/version b/build/version index aee9e71bbe..f77cfca79e 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.13-Engineering +2.0.13-Release diff --git a/include/ldap.h b/include/ldap.h index 5c1aa24ee0..35aaae613d 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 20012 +#define LDAP_VENDOR_VERSION 20013 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION