aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-08-29 15:55:43 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-29 16:02:47 +0200
commit8ed891eb285dd1fc62020fc2e0b1b684591b3a60 (patch)
treeee004ccf95a22918e6df1961b285341fff81eb5e
parenta3541194f105500aebbb8b1c0f4caf984f317d92 (diff)
downloadcmocka-8ed891eb285dd1fc62020fc2e0b1b684591b3a60.tar.gz
cmocka-8ed891eb285dd1fc62020fc2e0b1b684591b3a60.tar.xz
cmocka-8ed891eb285dd1fc62020fc2e0b1b684591b3a60.zip
Bump version to 1.1.2cmocka-1.1.2
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog8
2 files changed, 10 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4279e8c..d707ab5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
set(APPLICATION_VERSION_MAJOR "1")
set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "1")
+set(APPLICATION_VERSION_PATCH "2")
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
# Increment AGE. Set REVISION to 0
# If the source code was changed, but there were no interface changes:
# Increment REVISION.
-set(LIBRARY_VERSION "0.4.1")
+set(LIBRARY_VERSION "0.5.0")
set(LIBRARY_SOVERSION "0")
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index aa5835a..011041e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Aug 29 2018 Andreas Schneider <asn@cryptomilk.org>
+ * cmocka version 1.1.2
+ * Added function to filter tests (cmocka_set_test_filter)
+ * Added new mocking example (uptime)
+ * Fixed fixture error reporting
+ * Fixed compiler flags detection
+ * Some improvement for API documentation
+
Fri Apr 07 2016 Andreas Schneider <asn@cryptomilk.org>
* cmocka: version 1.1.1
* Fixed TAP output