From bc5641c6f878c3a3ef9f83861cd3a1cac0485f22 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 29 Jan 2026 22:21:21 +0000 Subject: [PATCH] Prep for release (2.6.12) --- CHANGES | 2 +- build/version.var | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 611aec620a..495836040b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.6 Change Log -OpenLDAP 2.6.12 Engineering +OpenLDAP 2.6.12 Release (2026/01/29) Fixed libldap to reject empty types in LDIF (ITS#10429) Fixed libldap to not scroll past nul bytes (ITS#10430) Fixed libldap to enforce stop when encountering nul-leading line (ITS#10431) diff --git a/build/version.var b/build/version.var index 8138b36a32..8078b2237a 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=20611 +ol_patch=12 +ol_api_inc=20612 ol_api_current=2 ol_api_revision=200 ol_api_age=0 -ol_release_date="2026/01/28" +ol_release_date="2026/01/29"