From: Quanah Gibson-Mount Date: Mon, 31 Jul 2023 18:10:20 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_5_16^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44140c1eee5fe2b4fee46e276e7b4373530a538;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index f19973cc1e..23c0e5e5e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.16 Engineering +OpenLDAP 2.5.16 Release (2023/07/31) Fixed slapd cn=config incorrect handling of paused (ITS#10045) Fixed slapd-meta to account for MOD ops being optional (ITS#10067) Fixed slapd-asyncmeta to account for MOD ops being optional (ITS#10067) diff --git a/build/version.var b/build/version.var index e96cafe6e5..cd4e7aada6 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=20515 +ol_patch=16 +ol_api_inc=20516 ol_api_current=1 -ol_api_revision=10 +ol_api_revision=11 ol_api_age=1 -ol_release_date="2023/07/10" +ol_release_date="2023/07/31"