From: Kurt Zeilenga Date: Wed, 30 Nov 2005 06:03:50 +0000 (+0000) Subject: Ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_3_13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ade76f3af5cb96a6f891e4f8a6edd22eca13b951;p=openldap Ready for release --- diff --git a/CHANGES b/CHANGES index 3d457c3928..7c7fafce7f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.3 Change Log -OpenLDAP 2.3.13 Engineering +OpenLDAP 2.3.13 Release Fixed libldap/liblutil MSG_ACCRIGHTSLEN bug (ITS#4206) Fixed libldap ldap_bv2escaped_filter_value issue (ITS#4212) Fixed liblutil URL value-specs issue (ITS#4221) @@ -29,6 +29,7 @@ OpenLDAP 2.3.13 Engineering Fixed slaptest -F -f success with unsupported issue (ITS#4220) Build environment Improved Berkeley DB detection (ITS#3809) + Updated DB_CONFIG example (ITS#4229) Documentation Updated ldif(5) to include change record description diff --git a/build/version.var b/build/version.var index cd138e2d4f..2f9f422565 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=3 -ol_patch=X -ol_api_inc=20312 +ol_patch=13 +ol_api_inc=20313 ol_api_current=2 -ol_api_revision=0 +ol_api_revision=1 ol_api_age=2 -ol_release_date="2005/11/18" +ol_release_date="2005/11/29"