From: Kurt Zeilenga Date: Fri, 1 Feb 2002 00:31:09 +0000 (+0000) Subject: Ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_0_22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ae8a9ed50cb894b6b2f3d4604443cde1a15e45;p=thirdparty%2Fopenldap.git Ready for release --- diff --git a/CHANGES b/CHANGES index 02c48dcce8..3fa9f81179 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,12 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.22 Engineering +OpenLDAP 2.0.22 Release Fixed slapd passwd modify referral bug Fixed back-ldbm index threading bug Fixed back-ldbm ordering presense index bug Fixed back-ldap modify bug (ITS#1547) Fixed -lldap TLS errno bug + Fixed ud v2 kind bug Updated slapd slurpd friendly code Build environment Fixed Mach cthreads detection (ITS#1554) diff --git a/build/version b/build/version index 5f52e672d8..b6673c6522 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.22-Engineering +2.0.22-Release diff --git a/include/ldap.h b/include/ldap.h index 6ad11d1c5a..9e9f37eb98 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 20021 +#define LDAP_VENDOR_VERSION 20022 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION