From: Kurt Zeilenga Date: Thu, 21 Apr 2005 16:42:41 +0000 (+0000) Subject: Ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_2_25~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6853e861485c3d92ef3d494a68dec4d9f70c3406;p=thirdparty%2Fopenldap.git Ready for release --- diff --git a/CHANGES b/CHANGES index e852956be5..411817494c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.2 Change Log -OpenLDAP 2.2.25 Engineering +OpenLDAP 2.2.25 Release Fixed back-hdb out-of-order slapadd (ITS#3267) Fixed back-bdb/hdb search crashes (ITS#3638, 3647) Fixed back-bdb/hdb modrdn (ITS#3657) @@ -8,6 +8,9 @@ OpenLDAP 2.2.25 Engineering Fixed back-dnssrv referral all but search op crasher bug (ITS#3642) Fixed back-ldbm shutdown hang (ITS#3648) Fixed back-meta memory leak (ITS#3669) + Removed broken libldap fast synchronous search result processing + Build Environment + Added improved configure logging OpenLDAP 2.2.24 Release Fixed slapd "chldren:" typo (ITS#3560) diff --git a/build/version.var b/build/version.var index c47a56709a..0666e18a52 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=2 -ol_patch=X -ol_api_inc=20224 +ol_patch=25 +ol_api_inc=20225 ol_api_current=7 -ol_api_revision=17 +ol_api_revision=18 ol_api_age=0 -ol_release_date="2005/03/15" +ol_release_date="2005/04/21"