From: Kurt Zeilenga Date: Tue, 15 Jan 2002 20:08:27 +0000 (+0000) Subject: Ready for release of 2.0.21 X-Git-Tag: OPENLDAP_REL_ENG_2_0_21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3902cd0a4408e973aa2a11bb85755f2f528c1ae;p=thirdparty%2Fopenldap.git Ready for release of 2.0.21 --- diff --git a/CHANGES b/CHANGES index 09c6cdb1ce..b42f9bec92 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.21 Engineering +OpenLDAP 2.0.21 Release + Fix slapd empty string indexing/filtering handling (ITS#1507) Changed slapd ACL selfwrite replace logic (ITS#1530) Build environment Updated IPv6 configuration argument handling diff --git a/build/version b/build/version index c00f7f78a6..cbf097f727 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.21-Engineering +2.0.21-Release diff --git a/include/ldap.h b/include/ldap.h index 865f256cf4..6ad11d1c5a 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 20020 +#define LDAP_VENDOR_VERSION 20021 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION