From: Quanah Gibson-Mount Date: Wed, 4 May 2022 14:57:30 +0000 (+0000) Subject: Prep for release (2.5.12) X-Git-Tag: OPENLDAP_REL_ENG_2_5_12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bda1fa98fbcedc6cd5995ea905427b8bef89f9d;p=thirdparty%2Fopenldap.git Prep for release (2.5.12) --- diff --git a/CHANGES b/CHANGES index 51284ecd21..d8092be1d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.12 Engineering +OpenLDAP 2.5.12 Release (2022/05/04) Fixed libldap to drop connection when non-LDAP data is received (ITS#9803) Fixed libldap to allow newlines at end of included file (ITS#9811) Fixed slapd slaptest conversion of olcLastBind (ITS#9808) diff --git a/build/version.var b/build/version.var index 0e29e0c93f..df94973c4d 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=20511 +ol_patch=12 +ol_api_inc=20512 ol_api_current=1 -ol_api_revision=6 +ol_api_revision=7 ol_api_age=1 -ol_release_date="2022/01/20" +ol_release_date="2022/05/04"