From: Quanah Gibson-Mount Date: Thu, 14 Jul 2022 17:09:57 +0000 (+0000) Subject: Prep for release (2.5.13) X-Git-Tag: OPENLDAP_REL_ENG_2_5_13^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ce9aa748c795114943b377486631ce5c29f666;p=thirdparty%2Fopenldap.git Prep for release (2.5.13) --- diff --git a/CHANGES b/CHANGES index f9a966496c..736656d7b0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.13 Engineering +OpenLDAP 2.5.13 Release (2022/07/14) Fixed librewrite declaration of calloc (ITS#9841) Fixed libldap memory leaks (ITS#9876) Fixed slapd kqueue support (ITS#9847) diff --git a/build/version.var b/build/version.var index 34839692b3..64ac2df552 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=5 -ol_patch=X -ol_api_inc=20512 +ol_patch=13 +ol_api_inc=20513 ol_api_current=1 -ol_api_revision=7 +ol_api_revision=8 ol_api_age=1 -ol_release_date="2022/05/04" +ol_release_date="2022/07/14"