From: Quanah Gibson-Mount Date: Tue, 26 Nov 2024 17:11:04 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_6_9^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e460f00874352c3d2cdbca8a00a4112c7bc633ab;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index c702f4cb91..7360990b06 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.6 Change Log -OpenLDAP 2.6.9 Engineering +OpenLDAP 2.6.9 Release (2024/11/26) Fixed libldap TLS connection timeout handling (ITS#8047) Fixed libldap GnuTLS incompatible pointer type (ITS#10253) Fixed libldap OpenSSL set_ciphersuite error handling (ITS#10223) diff --git a/build/version.var b/build/version.var index 063b783412..8fc8bf8ba6 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=6 -ol_patch=X -ol_api_inc=20608 +ol_patch=9 +ol_api_inc=20609 ol_api_current=2 ol_api_revision=200 ol_api_age=0 -ol_release_date="2024/05/21" +ol_release_date="2024/11/26"