From: Quanah Gibson-Mount Date: Mon, 15 Sep 2014 17:53:35 +0000 (-0500) Subject: 2.4.40 release X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ecf6fd52cc4453514d0fc0d560cedbd248629c6;p=openldap 2.4.40 release --- diff --git a/CHANGES b/CHANGES index 04ba8019a9..00cd0a8fac 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.40 Engineering - Added libldap DNS SRV priority handling (ITS#7027) +OpenLDAP 2.4.40 Release (2014/09/20) + Fixed libldap DNS SRV priority handling (ITS#7027) Fixed libldap don't leak libldap err codes (ITS#7676) Fixed libldap CR/LF handling (ITS#4635) Fixed libldap ldif-wrap length (ITS#7871) diff --git a/build/version.var b/build/version.var index 6ef8d280ff..72924a2721 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=20439 +ol_patch=40 +ol_api_inc=20440 ol_api_current=12 -ol_api_revision=2 +ol_api_revision=3 ol_api_age=10 -ol_release_date="2014/01/26" +ol_release_date="2014/09/20"