From d6a62607a4e808638c550ff65e5e91f0f974a823 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 19 Oct 2019 21:46:46 -0700 Subject: [PATCH 1/3] Update NEWS --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b660b072..f2c9f898 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -Planned Release Check 0.13.0 +Sat Oct 19, 2019: Released Check 0.13.0 + based on hash 0b80af232b9d899f876faf3930093d0a3b19f378 * configure: optional build documentation Issue #206 (GitHub) @@ -8,6 +9,17 @@ Planned Release Check 0.13.0 * Add checkmk to CMake build. +* Varous documentation improvements + +* END_TEST is now optional, as how START_TEST works has been redone + Issue #158 + +* Support exporting Check to other projects with CMake 3 + Issue #185 + +* Shared library support for Visual Studio + Issue #220 + Fri Oct 20, 2017: Released Check 0.12.0 2017-10-20 10:00:00 +0000 From f867d317c5f16319662462a08fca563ed37cc0ca Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 20 Oct 2019 20:04:38 -0700 Subject: [PATCH 2/3] Update NEWS with additional changes --- NEWS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index f2c9f898..c2da187b 100644 --- a/NEWS +++ b/NEWS @@ -7,18 +7,23 @@ Sat Oct 19, 2019: Released Check 0.13.0 * missing in some files Issue #196 and Issue #186 (GitHub) -* Add checkmk to CMake build. - * Varous documentation improvements * END_TEST is now optional, as how START_TEST works has been redone Issue #158 - -* Support exporting Check to other projects with CMake 3 - Issue #185 - -* Shared library support for Visual Studio - Issue #220 + +* Various CMake related changes: + - Support exporting Check to other projects with CMake 3 + Issue #185 + - Shared library support for Visual Studio + Issue #220 + - Fix wrong library filename + Issue #226 + - Add support for CMake package registry + Issue #227 + - CMake build type can now be debug or release + Issue #228 + - Add checkmk to CMake build. Fri Oct 20, 2017: Released Check 0.12.0 From 7bac1e2d69a4b82c58c097c69bcaed65cca00315 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 20 Oct 2019 20:05:43 -0700 Subject: [PATCH 3/3] Update hash and date for 0.13.0 release in NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c2da187b..84957df2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Sat Oct 19, 2019: Released Check 0.13.0 - based on hash 0b80af232b9d899f876faf3930093d0a3b19f378 +Sat Oct 20, 2019: Released Check 0.13.0 + based on hash 2b18886a9a9d3bab44917a550d12128ad7e2c197 * configure: optional build documentation Issue #206 (GitHub)