From: Quanah Gibson-Mount Date: Sun, 21 Jun 2015 00:19:58 +0000 (-0500) Subject: Prepare for release 2.4.41 X-Git-Tag: OPENLDAP_REL_ENG_2_4_41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3da23644a3356000866d06ca73dcc2708c37219;p=openldap Prepare for release 2.4.41 --- diff --git a/CHANGES b/CHANGES index 16f60a2471..dc5d405fe3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.41 Engineering +OpenLDAP 2.4.41 Release (2015/06/21) Fixed ldapsearch to explicitly flush its buffer (ITS#8118) Fixed libldap async connections (ITS#8090) Fixed libldap double free of request during abandon (ITS#7967) diff --git a/build/version.var b/build/version.var index f89a3be130..eaf00b65f4 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=4 -ol_patch=X -ol_api_inc=20440 +ol_patch=41 +ol_api_inc=20441 ol_api_current=12 -ol_api_revision=3 +ol_api_revision=4 ol_api_age=10 -ol_release_date="2014/09/20" +ol_release_date="2015/06/21"