diff --git a/CHANGES b/CHANGES index 72dad8929f1bf4261839e74b9b669cda18aa51e0..7733dd938f1b167b3f93acd26559aa5461635a07 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.26 Engineering +OpenLDAP 2.0.26 Release Fixed slapd ACL buffer size bug (ITS#1963) Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027) Fxied slapd directory string space bug (ITS#2072) diff --git a/build/top.mk b/build/top.mk index 4bb32308683c94c3e76a6ae7387e68b851590a90..ba502b4ceaaeb10a4e932c59d2380a37bf96a84a 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:16:0 +LIBVERSION = 2:17: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 526ca76a0ddc588d54dc94cd350b194946778071..cbe0fb88722e345b095317edca592fdd547a9ca9 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.26-Engineering +2.0.26-Release diff --git a/include/ldap.h b/include/ldap.h index 00d422f5b4a6e132525c39d392718bc6ccf89096..bae0d4a42ba090422d620844ee89b4c30889034a 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 20025 +#define LDAP_VENDOR_VERSION 20026 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION