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
ae05437098
commit
dd94648ab5
2 changed files with 7 additions and 5 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,12 +1,14 @@
|
|||
OpenLDAP 2.1 Change Log
|
||||
|
||||
OpenLDAP 2.1.20 Engineering
|
||||
OpenLDAP 2.1.20 Release
|
||||
Fixed slapd idletimeout behavior (ITS#2374)
|
||||
Fixed slapd accept() fail busyloop (ITS#2482)
|
||||
Fixed slapd regex lookup mutex issue (ITS#2505)
|
||||
Fixed back-bdb/ldbm filter indexing bugs (ITS#2506) (ITS#2507)
|
||||
Fixed back-bdb cache consistency bug (ITS#2470)
|
||||
Fixed libldap ldap_get_attribute_ber bug
|
||||
Documentation
|
||||
Misc man page updates
|
||||
|
||||
OpenLDAP 2.1.19 Release
|
||||
Fixed slapd substring index normalization (ITS#2468)
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
ol_package=OpenLDAP
|
||||
ol_major=2
|
||||
ol_minor=1
|
||||
ol_patch=X
|
||||
ol_api_inc=20118
|
||||
ol_api_lib=2:118:0
|
||||
ol_release_date="05-07-2003"
|
||||
ol_patch=20
|
||||
ol_api_inc=20120
|
||||
ol_api_lib=2:120:0
|
||||
ol_release_date="05-19-2003"
|
||||
|
|
|
|||
Loading…
Reference in a new issue