From: Quanah Gibson-Mount Date: Mon, 10 Jul 2023 16:29:05 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_5_15^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0fbbc3599148e1033218ec097bf5ab5f6236c76;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index bdf7e136d1..6256ae7cb4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.15 Engineering +OpenLDAP 2.5.15 Release (2023/07/10) Added libldap openssl3 support (ITS#9436, ITS#10030) Fixed libldap handling of TCP KEEPALIVE options (ITS#10015) Fixed libldap with async connections (ITS#10023) diff --git a/build/version.var b/build/version.var index f429c3046a..5bcd71b2eb 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=5 -ol_patch=X -ol_api_inc=20514 +ol_patch=15 +ol_api_inc=20515 ol_api_current=1 -ol_api_revision=9 +ol_api_revision=10 ol_api_age=1 -ol_release_date="2023/02/08" +ol_release_date="2023/07/10"