From: Quanah Gibson-Mount Date: Wed, 8 Feb 2023 18:49:18 +0000 (+0000) Subject: Prep for release (2.5.14) X-Git-Tag: OPENLDAP_REL_ENG_2_5_14^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dadea7059fd3eed36cf2865e68b911df904cf3;p=thirdparty%2Fopenldap.git Prep for release (2.5.14) --- diff --git a/CHANGES b/CHANGES index 231ac8f538..fe6949bf9e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.5 Change Log -OpenLDAP 2.5.14 Engineering +OpenLDAP 2.5.14 Release (2023/02/08) Fixed client tools to remove 'h' and 'p' options (ITS#9917,ITS#8618) Fixed ldapsearch memory leak with paged results (ITS#9860) Fixed libldap ldif_open_urlto check for failure (ITS#9904) diff --git a/build/version.var b/build/version.var index 8afce57454..19cfaea1c6 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=20513 +ol_patch=14 +ol_api_inc=20514 ol_api_current=1 -ol_api_revision=8 +ol_api_revision=9 ol_api_age=1 -ol_release_date="2022/07/14" +ol_release_date="2023/02/08"