From: Quanah Gibson-Mount Date: Tue, 26 Nov 2024 17:12:48 +0000 (+0000) Subject: Prep for release 2.5.19 X-Git-Tag: OPENLDAP_REL_ENG_2_5_19^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923ed40c391af61cd2da0797c254bae749e4da50;p=thirdparty%2Fopenldap.git Prep for release 2.5.19 --- diff --git a/CHANGES b/CHANGES index 1d51f35a43..40f6028ef0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.19 Engineering +OpenLDAP 2.5.19 Release (2024/11/26) Fixed libldap GnuTLS incompatible pointer type (ITS#10253) Fixed libldap OpenSSL set_ciphersuite error handling (ITS#10223) Fixed libldap to check for OpenSSL EVP_Digest* failure (ITS#10224) diff --git a/build/version.var b/build/version.var index 605c752348..4ada06c965 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=20518 +ol_patch=19 +ol_api_inc=20519 ol_api_current=1 -ol_api_revision=13 +ol_api_revision=14 ol_api_age=1 -ol_release_date="2024/05/21" +ol_release_date="2024/11/26"