aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-05-22 14:40:35 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-05-22 14:40:35 +0200
commit401ac92ec57a67ed42f5c5b86a23ab079e568818 (patch)
treebcada897e5a526e5f7d000ab58517878ee877c90 /ChangeLog
parent6e44d3eaba90eba69f178cf95f7bace542a6dd8d (diff)
downloadcmocka-401ac92ec57a67ed42f5c5b86a23ab079e568818.tar.gz
cmocka-401ac92ec57a67ed42f5c5b86a23ab079e568818.tar.xz
cmocka-401ac92ec57a67ed42f5c5b86a23ab079e568818.zip
Bump version to 0.4.1.cmocka-0.4.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8425064..a8a00ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
+ * cmocka: version 0.4.1
+ * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
+ * Fixed count parameter of expect_check() macro.
+ * Fixed reporting the number of tests.
+ * Fixed cmake config files.
+
Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
* cmocka: version 0.4.0
* Added support for group testing.