From: Quanah Gibson-Mount Date: Mon, 29 Jan 2024 18:52:23 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_6_7^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37bde3c0a74835c93007484aee2b33b2e09be203;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index ff99dc4c99..0f58ed3550 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.6 Change Log -OpenLDAP 2.6.7 Engineering +OpenLDAP 2.6.7 Release (2024/01/29) Added slapo-dynlist option to disable filter support (ITS#10025) Fixed liblber missing newline on long msg (ITS#10105) Fixed libldap exit handling with OpenSSL3 (ITS#9952) diff --git a/build/version.var b/build/version.var index 83ea74d463..9e0b9389ef 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=20606 +ol_patch=7 +ol_api_inc=20607 ol_api_current=2 ol_api_revision=200 ol_api_age=0 -ol_release_date="2023/07/31" +ol_release_date="2024/01/29"