From d1578e311f9dc2a2f00736848ec708634ae5205b Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Fri, 18 Mar 2011 21:16:27 +0100 Subject: [PATCH] release bump (2.4.24-2) --- openldap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openldap.spec b/openldap.spec index c3e944b..272ac43 100644 --- a/openldap.spec +++ b/openldap.spec @@ -7,7 +7,7 @@ Name: openldap Version: 2.4.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -675,6 +675,12 @@ exit 0 %attr(0644,root,root) %{evolution_connector_libdir}/*.a %changelog +* Fri Mar 18 2011 Jan Vcelak 2.4.24-2 +- new: system resource limiting for slapd using ulimit +- fix update: openldap can't use TLS after a fork() (#636956) +- fix: possible null pointer dereference in NSS implementation +- fix: openldap-servers upgrade hangs or do not upgrade the database (#664433) + * Mon Feb 14 2011 Jan Vcelak 2.4.24-1 - rebase to 2.4.24 - BDB backend switch from DB4 to DB5