From: Kurt Zeilenga Date: Tue, 10 Jan 2006 18:03:03 +0000 (+0000) Subject: Ready for release? X-Git-Tag: OPENLDAP_REL_ENG_2_3_17~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0934be5a136a650a3adb016e2bdc9ac6a33a171d;p=openldap Ready for release? --- diff --git a/CHANGES b/CHANGES index 5aa177fbd9..98ecb5e4ca 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ OpenLDAP 2.3 Change Log OpenLDAP 2.3.17 Engineering Fixed slapd anonymous proxy authorization issue (ITS#4320) Fixed slapd-ldap/meta session reuse issue (ITS#4315) + Fixed slapd-ldap idassert anon2anon issue (ITS#4321) Fixed slapd-monitor thread issue (ITS#4318) Build environment Fixed configure report-to URL diff --git a/build/version.var b/build/version.var index 59554f5b92..4cc571b661 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=20316 +ol_patch=17 +ol_api_inc=20317 ol_api_current=2 -ol_api_revision=4 +ol_api_revision=5 ol_api_age=2 -ol_release_date="2006/01/08" +ol_release_date="2006/01/10"