From: Quanah Gibson-Mount Date: Thu, 22 Mar 2018 15:44:27 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_46^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c9416493bd219b08d839cd9e93fc64daa89b752;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index 4cf925be30..2f761b68a6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.46 Engineering +OpenLDAP 2.4.46 Release (2018/03/22) Fixed libldap connection delete callbacks when TLS fails to start (ITS#8717) Fixed libldap to not reuse tls_session if TLS hostname check fails (ITS#7373) Fixed libldap cross-compiling with OpenSSL 1.1 (ITS#8687) diff --git a/build/version.var b/build/version.var index 0316369893..9d95e3d0be 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=20445 +ol_patch=46 +ol_api_inc=20446 ol_api_current=12 -ol_api_revision=8 +ol_api_revision=9 ol_api_age=10 -ol_release_date="2017/06/01" +ol_release_date="2018/03/22"