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
2af9ea3c47
commit
8edbc88839
2 changed files with 6 additions and 6 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,11 +1,12 @@
|
|||
OpenLDAP 2.1 Change Log
|
||||
|
||||
OpenLDAP 2.1.24 Engineering
|
||||
OpenLDAP 2.1.24 Release
|
||||
Fixed slapd "exact" v "base" handling (ITS#2782)
|
||||
Fixed slapd running as NT service (ITS#2769)
|
||||
Fixed slapd SASL internal searches (ITS#2825)
|
||||
Fixed slapd extended op referrals (ITS#2678, ITS#2781)
|
||||
Fixed slapd group ACL caching (ITS#2779)
|
||||
Fixed slapd berbuf align bugs
|
||||
Fixed slurpd memory leaks (ITS#2423, ITS#2620)
|
||||
Fixed slurpd TLS retry (ITS#2570)
|
||||
Fixed back-bdb compatibility with BDB 4.2 (ITS#2848)
|
||||
|
|
@ -14,7 +15,6 @@ OpenLDAP 2.1.24 Engineering
|
|||
Fixed libldap SASL maxbuf usage (ITS#2770)
|
||||
Fixed libldap_r pthread support (ITS#2820)
|
||||
Fixed liblutil NS_MTA_MD5 hash (ITS#2773)
|
||||
Fixed slapd berbuf align bugs
|
||||
Added lutil_passwd extensions
|
||||
Build Environment
|
||||
Added Berkeley DB 4.2 detection (ITS#2839)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
ol_package=OpenLDAP
|
||||
ol_major=2
|
||||
ol_minor=1
|
||||
ol_patch=X
|
||||
ol_api_inc=20123
|
||||
ol_api_lib=2:123:0
|
||||
ol_release_date="2003-10-12"
|
||||
ol_patch=24
|
||||
ol_api_inc=20124
|
||||
ol_api_lib=2:124:0
|
||||
ol_release_date="2003-12-04"
|
||||
|
|
|
|||
Loading…
Reference in a new issue