1
0
forked from jengelh/openldap2

Accepting request 107196 from home:rhafer:branches:network:ldap

update to 2.4.29

OBS-URL: https://build.opensuse.org/request/show/107196
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=81
This commit is contained in:
Ralf Haferkamp
2012-02-28 07:37:37 +00:00
committed by Git OBS Bridge
parent 26dda8ccd7
commit 92d0f4e3fd
15 changed files with 428 additions and 27 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Feb 27 14:14:23 UTC 2012 - rhafer@suse.de
- Update to 2.4.29
* Fixed slapd cn=config modification of first schema element
(ITS#7098)
* Fixed slapd operation reuse (ITS#7107)
* Fixed slapd blocked writers to not interfere with pool pause
(ITS#7115)
* Fixed slapd connection loop connindex usage (ITS#7131)
* Fixed slapd double mutex unlock via connection_done (ITS#7125)
* Fixed slapd check order in connection_write (ITS#7113)
* Fixed slapd slapadd to exit on failure (ITS#7142)
* Fixed slapd syncrepl reference to freed memory
(ITS#7127,ITS#7132)
* Fixed slapd syncrepl to ignore some errors on delete
(ITS#7052)
* Fixed slapd syncrepl to handle missing oldRDN (ITS#7144)
* Fixed slapd-monitor compare op to update cached entry
(ITS#7123)
* Fixed slapo-syncprov with already abandoned operation
(ITS#7150)
- Included patches from RE24 branch:
* only poll sockets for write as needed (ITS#7167, bnc#749082)
* sycnrepl Fixes (ITS#7162)
-------------------------------------------------------------------
Wed Dec 7 11:10:19 UTC 2011 - cfarrell@suse.com