From: Quanah Gibson-Mount Date: Tue, 16 Mar 2021 17:09:58 +0000 (+0000) Subject: Prep for release (2.4.58) X-Git-Tag: OPENLDAP_REL_ENG_2_4_58^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350ede08564ab14a45884c6f7c32419d98a75468;p=thirdparty%2Fopenldap.git Prep for release (2.4.58) --- diff --git a/CHANGES b/CHANGES index bfa2291f32..c21639e860 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.58 Engineering +OpenLDAP 2.4.58 Release (2021/03/16) Fixed slapd validity checks for issuerAndThisUpdateCheck (ITS#9454) Fixed slapd to alloc new conn struct after freeing old one (ITS#9458) Fixed slapd syncrepl to check all contextCSNs (ITS#9282) diff --git a/build/version.var b/build/version.var index 7b3bca050d..3aeb14715b 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=20457 +ol_patch=58 +ol_api_inc=20458 ol_api_current=13 -ol_api_revision=5 +ol_api_revision=6 ol_api_age=11 -ol_release_date="2021/01/18" +ol_release_date="2021/03/16"