From: Quanah Gibson-Mount Date: Mon, 12 Oct 2020 18:27:28 +0000 (+0000) Subject: Prep for 2.4.54 release X-Git-Tag: OPENLDAP_REL_ENG_2_4_54^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85ea483020dd5447f9c20d2ae8c655e44b87c4c;p=thirdparty%2Fopenldap.git Prep for 2.4.54 release --- diff --git a/CHANGES b/CHANGES index 6e4ca518d1..ca893ca1a0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.54 Engineering +OpenLDAP 2.4.54 Release (2020/10/12) Fixed slapd delta-syncrepl to ignore delete ops on deleted entry (ITS#9342) Fixed slapd delta-syncrepl to be fully serialized (ITS#9330) Fixed slapd delta-syncrepl MOD on zero-length context entry (ITS#9352) @@ -15,7 +15,7 @@ OpenLDAP 2.4.54 Engineering Fixed slapo-accesslog to not generate new contextCSN on purge (ITS#9361) Fixed slapo-syncprov contextCSN generation with empty suffix (ITS#9015) -OpenLDAP 2.4.53 (2020/09/07) +OpenLDAP 2.4.53 Release (2020/09/07) Added slapd syncrepl additional SYNC logging (ITS#9043) Fixed slapd syncrepl segfault on NULL cookie on REFRESH (ITS#9282) Fixed slapd syncrepl to use fresh connection on REFRESH fallback (ITS#9338) @@ -24,7 +24,7 @@ OpenLDAP 2.4.53 (2020/09/07) Require OpenSSL 1.0.2 or later (ITS#9323) Fixed libldap compilation issue with broken C compilers (ITS#9332) -OpenLDAP 2.4.52 (2020/08/28) +OpenLDAP 2.4.52 Release (2020/08/28) Added libldap LDAP_OPT_X_TLS_REQUIRE_SAN option (ITS#9318) Added libldap OpenSSL support for multiple EECDH curves (ITS#9054) Added slapd OpenSSL support for multiple EECDH curves (ITS#9054) diff --git a/build/version.var b/build/version.var index 018d4d6579..f3f20e6f65 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=20453 +ol_patch=54 +ol_api_inc=20454 ol_api_current=13 -ol_api_revision=1 +ol_api_revision=2 ol_api_age=11 -ol_release_date="2020/09/07" +ol_release_date="2020/10/12"