From 4cc18f942b91c2bdc3d1db7041dbefb5d0be7c08 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 16 Mar 2005 02:23:24 +0000 Subject: [PATCH] Ready for release --- CHANGES | 3 +++ build/version.var | 8 ++++---- configure | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 7b29b2bea4..e53cf5577c 100644 --- a/CHANGES +++ b/CHANGES @@ -4,13 +4,16 @@ OpenLDAP 2.2.24 Release Fixed slapd "chldren:" typo (ITS#3560) Fixed slapd syncrepl consumer unclean shutdown (ITS#3546) Fixed slapd syncrepl provider sessionlog (ITS#3571) + Fixed slapd subentry control parse bug (ITS#3563) Fixed slapd connection_abandon processing (ITS#3534, 3546, 3571) Fixed slapd callback cleanup processing (ITS#3596) Fixed slapd default password hash to use SSHA (ITS#3557) + Fixed back-bdb referral fault (ITS#3602) Fixed slap tool log initialization (ITS#3579) Fixed slapi modify/increment support (ITS#3522) Fixed slapi plugins called multiple times with glue (ITS#3529) Fixed slapi 64-bit portability (ITS#3556) + Fixed slapcat logging (ITS#3579) Fixed back-bdb IDL cache crash (ITS#3527) Fixed back-bdb initialization message (ITS#3533) Fixed back-hdb dn2id crash (ITS#3559) diff --git a/build/version.var b/build/version.var index ed23d6cc83..f1b581f068 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=20223 +ol_patch=24 +ol_api_inc=20224 ol_api_current=7 -ol_api_revision=16 +ol_api_revision=17 ol_api_age=0 -ol_release_date="2005/01/24" +ol_release_date="2005/03/15" diff --git a/configure b/configure index 1784368c36..4ddaf2ae88 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.478.2.23 2005/01/20 17:00:54 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.478.2.24 2005/03/14 17:06:26 kurt Exp # This work is part of OpenLDAP Software . # -- 2.47.2