From: Quanah Gibson-Mount Date: Thu, 30 Jan 2020 17:04:58 +0000 (+0000) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_49~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7c401379f9826b1d6f2ffb16b21bdaaf198756;p=thirdparty%2Fopenldap.git Prep for release --- diff --git a/CHANGES b/CHANGES index 3855041af3..0836a86817 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.49 Engineering +OpenLDAP 2.4.49 (2020/01/30) Added slapd-monitor database entry count for slapd-mdb (ITS#9154) Fixed client tools to not add controls on cancel/abandon (ITS#9145) Fixed client tools SyncInfo message to be LDIF compliant (ITS#8116) diff --git a/build/version.var b/build/version.var index 501d1258fa..65cbe34790 100644 --- a/build/version.var +++ b/build/version.var @@ -15,9 +15,9 @@ ol_package=OpenLDAP ol_major=2 ol_minor=4 -ol_patch=X -ol_api_inc=20448 +ol_patch=49 +ol_api_inc=20449 ol_api_current=12 -ol_api_revision=11 +ol_api_revision=12 ol_api_age=10 -ol_release_date="2019/07/24" +ol_release_date="2020/01/30"