From 4b24db8a3e6898b9a178ff5035cd48e8a3cd527b Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Fri, 7 Aug 2020 19:08:44 -0700 Subject: [PATCH 1/2] Update NEWS with issue #298 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index e5213fd8..d82945a1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ In Development: # Mentioning Check 0.15.1 for now, to fix distcheck target until next release +* Fix fail* APIs, regression from 0.15.1 + Issue #298 + Sun July 19, 2020: Released Check 0.15.1 based on hash db3ef470271e6e011f2cd1f5231a50375568bb46 From 9296c816c24ece886951d250f767076c88c80960 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Fri, 7 Aug 2020 19:12:18 -0700 Subject: [PATCH 2/2] Update for release --- NEWS | 4 ++-- configure.ac | 4 ++-- index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d82945a1..a6e06589 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -In Development: -# Mentioning Check 0.15.1 for now, to fix distcheck target until next release +Fri Aug 7, 2020: Released Check 0.15.2 + based on hash 4ed1ae13fdfd3033a83c06a6abd9276128944074 * Fix fail* APIs, regression from 0.15.1 Issue #298 diff --git a/configure.ac b/configure.ac index 93af8b63..1727a3c1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.15.2], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=15 -CHECK_MICRO_VERSION=1 +CHECK_MICRO_VERSION=2 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION # unique source file --- primitive safety check diff --git a/index.html b/index.html index 9bd572a3..023386d7 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Latest Check Release

-July 19, 2020: Check 0.15.1 +August 7, 2020: Check 0.15.2 is now available for download. Check is available under the LGPL license. New features available in this release are listed on the NEWS page.