From: Quanah Gibson-Mount Date: Sun, 26 Feb 2012 00:54:21 +0000 (-0800) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_30~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=857ccf362f555d6c2762f93f568cef7e75830a2f;p=openldap Prep for release --- diff --git a/CHANGES b/CHANGES index ce4c63fde5..f36803e93a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.30 Engineering +OpenLDAP 2.4.30 Release (2012/02/26) Fixed libldap socket polling for writes (ITS#7167) Fixed liblutil string modifications (ITS#7174) Fixed slapd crash when attrsOnly is true (ITS#7143) diff --git a/build/version.var b/build/version.var index 12690b4f36..d8e6b16f60 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=20429 +ol_patch=30 +ol_api_inc=20430 ol_api_current=10 -ol_api_revision=2 +ol_api_revision=3 ol_api_age=8 -ol_release_date="2012/02/12" +ol_release_date="2012/02/26"