From: Quanah Gibson-Mount Date: Fri, 5 Feb 2016 21:40:21 +0000 (-0600) Subject: Prep for release X-Git-Tag: OPENLDAP_REL_ENG_2_4_44~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80212fe7da86e8d7dc763330558ba5631fadbffd;p=openldap Prep for release --- diff --git a/CHANGES b/CHANGES index e9434bd354..e36dfc02e7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.44 Engineering +OpenLDAP 2.4.44 Release (2016/02/05) Fixed slapd-bdb/hdb missing olcDbChecksum config attr (ITS#8337) Fixed slapd-mdb behavior with long lived read transactions (ITS#8226) Fixed slapd-mdb cleanup after failed transaction (ITS#8360) diff --git a/build/version.var b/build/version.var index 5f99c504d7..4a8399cb56 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=20443 +ol_patch=44 +ol_api_inc=20444 ol_api_current=12 -ol_api_revision=6 +ol_api_revision=7 ol_api_age=10 -ol_release_date="2015/11/30" +ol_release_date="2016/02/05"