Skip to content

Commit 11970a7

Browse files
authored
Merge pull request #299 from libcheck/pre-0.15.2
Update for release
2 parents 101de42 + b2b2199 commit 11970a7

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

NEWS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
In Development:
2-
# Mentioning Check 0.15.1 for now, to fix distcheck target until next release
1+
Fri Aug 7, 2020: Released Check 0.15.2
2+
based on hash 4ed1ae13fdfd3033a83c06a6abd9276128944074
3+
4+
* Fix fail* APIs, regression from 0.15.1
5+
Issue #298
36

47

58
Sun July 19, 2020: Released Check 0.15.1

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Prelude.
55
AC_PREREQ([2.59])
66

7-
AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net])
7+
AC_INIT([Check], [0.15.2], [check-devel at lists dot sourceforge dot net])
88
CHECK_MAJOR_VERSION=0
99
CHECK_MINOR_VERSION=15
10-
CHECK_MICRO_VERSION=1
10+
CHECK_MICRO_VERSION=2
1111
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
1212

1313
# unique source file --- primitive safety check

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>
5656

5757
<p>
5858
<!-- Update this section during a release -->
59-
<b>July 19, 2020:</b> Check 0.15.1 <a href="https://github.com/libcheck/check/releases">
59+
<b>August 7, 2020:</b> Check 0.15.2 <a href="https://github.com/libcheck/check/releases">
6060
is now available for download</a>. Check is available under the
6161
<a href="./COPYING.LESSER">LGPL license</a>. New features available in
6262
this release are listed on the <a href="./NEWS">NEWS</a> page.

0 commit comments

Comments
 (0)