From: Quanah Gibson-Mount Date: Tue, 28 Apr 2020 14:05:54 +0000 (+0000) Subject: Set 2.4.50 release X-Git-Tag: OPENLDAP_REL_ENG_2_4_50^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733124b32fc4798384f06e16098229ff7b721d0e;p=thirdparty%2Fopenldap.git Set 2.4.50 release --- diff --git a/CHANGES b/CHANGES index a33231f93d..7648747293 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.50 Engineering +OpenLDAP 2.4.50 Release (2020/04/28) Fixed client benign typos (ITS#8890) Fixed libldap type cast (ITS#9175) Fixed libldap retry loop in ldap_int_tls_connect (ITS#8650) diff --git a/build/version.var b/build/version.var index e3778d35b3..d22659c24c 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=20449 +ol_patch=50 +ol_api_inc=20450 ol_api_current=12 -ol_api_revision=12 +ol_api_revision=13 ol_api_age=10 -ol_release_date="2020/01/30" +ol_release_date="2020/04/28"