From: Quanah Gibson-Mount Date: Mon, 26 Oct 2020 18:59:30 +0000 (+0000) Subject: Prepare for release (2.4.55) X-Git-Tag: OPENLDAP_REL_ENG_2_4_55~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f65cab9cd21310d5b3dc7f577dda06199152bf8;p=thirdparty%2Fopenldap.git Prepare for release (2.4.55) --- diff --git a/CHANGES b/CHANGES index 85a2053975..047168aba7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.55 Engineering +OpenLDAP 2.4.55 Release (2020/10/26) Fixed slapd normalization handling with modrdn (ITS#9370) Fixed slapd-meta to check ldap_install_tls return code (ITS#9366) Contrib diff --git a/build/version.var b/build/version.var index b708b7ba14..8348dff41e 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=4 -ol_patch=X -ol_api_inc=20454 +ol_patch=55 +ol_api_inc=20455 ol_api_current=13 -ol_api_revision=2 +ol_api_revision=3 ol_api_age=11 -ol_release_date="2020/10/12" +ol_release_date="2020/10/26"