From 0076ec62f71d33b5b54530f8471b4c99f50638d7 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 25 Jan 2020 15:11:47 -0800 Subject: [PATCH 1/2] Update version to 0.14.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4ffe3bae..6d5dec69 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.13.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.14.0], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 -CHECK_MINOR_VERSION=13 +CHECK_MINOR_VERSION=14 CHECK_MICRO_VERSION=0 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION From f47532df1cd0a4ff6219bde6340cb29d47dcb6b2 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 25 Jan 2020 15:33:23 -0800 Subject: [PATCH 2/2] Update for release --- NEWS | 16 ++++++++++++++-- index.html | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 10a11d70..78f4665f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ -In Development: -# Mentioning Check 0.13.0 for now, to fix distcheck target until next release +Sun Jan 26, 2020: Released Check 0.14.0 + based on hash 0076ec62f71d33b5b54530f8471b4c99f50638d7 + +* Add support for FetchContent in CMake + Issue #238 + +* Rename CMake project from 'check' to 'Check' + Issue #232 + +* Fix for checking for wrong tool when building docs in Autotools + Issue #231 + +* Fix compiler warning with printf format + Issue #233 Sat Oct 20, 2019: Released Check 0.13.0 diff --git a/index.html b/index.html index a0652887..f7b72f23 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Latest Check Release

-Oct 20, 2019: Check 0.13.0 +Jan 26, 2020: Check 0.14.0 is now available for download. Check is available under the LGPL license. New features available in this release are listed on the NEWS page.