mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Ready for release
This commit is contained in:
parent
60030ded99
commit
4cc18f942b
3 changed files with 8 additions and 5 deletions
3
CHANGES
3
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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -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 <http://www.openldap.org/>.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue