From: Quanah Gibson-Mount Date: Thu, 20 Jan 2022 18:48:23 +0000 (+0000) Subject: Prep for OpenLDAP 2.5.11 X-Git-Tag: OPENLDAP_REL_ENG_2_5_11^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3cfe561f8f1b44fa4e8678a2a1414bc67fdbdb2d;p=thirdparty%2Fopenldap.git Prep for OpenLDAP 2.5.11 --- diff --git a/CHANGES b/CHANGES index 64206aa96b..c9ce92ca3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ OpenLDAP 2.5 Change Log +OpenLDAP 2.5.11 Release (2022/01/20) + Fix broken build release variable + OpenLDAP 2.5.10 Release (2022/01/20) Fixed libldap to init client socket port (ITS#9743) Fixed libldap with referrals (ITS#9781) diff --git a/build/version.var b/build/version.var index 020105b322..e547d3d936 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=20510 +ol_patch=11 +ol_api_inc=20511 ol_api_current=1 -ol_api_revision=5 +ol_api_revision=6 ol_api_age=1 ol_release_date="2022/01/20"