summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-03-12 12:55:49 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-03-12 12:56:29 +0100
commit782971ecd38c7ac042209bbba33c0c489f7462f1 (patch)
treefbbe8412c62dda108beb5435cbe35fe2bf2536bc
parent78191eaebfa2fc212ea4ade51e2b67c468e84834 (diff)
downloadcmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.tar.gz
cmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.tar.bz2
cmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.zip
Update ChangeLog.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2090014..819d10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Mar 12 2015 Andreas Schneider <asn@cryptomilk.org>
+ * cmocka: version 1.0.1
+ * Added a macro for assert_ptr_equal().
+ * Fixed test_realloc() if 0 size is passed.
+ * Fixed objects packaging bug.
+ * Fixed building with newer gcc versions.
+
Sun Feb 16 2015 Andreas Schneider <asn@cryptomilk.org>
* cmocka: version 1.0.0
* Added new test runner with group fixtures. The old runner is deprecated