From: Quanah Gibson-Mount Date: Thu, 22 May 2025 17:56:21 +0000 (+0000) Subject: Prep for release (2.6.10) X-Git-Tag: OPENLDAP_REL_ENG_2_6_10^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22fe35c6b4098e3ad166469f9574c79832c42952;p=thirdparty%2Fopenldap.git Prep for release (2.6.10) --- diff --git a/CHANGES b/CHANGES index baeb666aa7..160247edd6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.6 Change Log -OpenLDAP 2.6.10 Engineering +OpenLDAP 2.6.10 Release (2025/05/22) Added slapd microsecond timestamp format for local logging (ITS#10140) Fixed libldap ldap_result behavior with LDAP_MSG_RECEIVED (ITS#10229) Fixed lloadd handling of starttls critical (ITS#10323) diff --git a/build/version.var b/build/version.var index 8fc8bf8ba6..f759d86e05 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=6 -ol_patch=9 -ol_api_inc=20609 +ol_patch=10 +ol_api_inc=20610 ol_api_current=2 ol_api_revision=200 ol_api_age=0 -ol_release_date="2024/11/26" +ol_release_date="2025/05/22"