diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2015-03-12 12:55:49 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-03-12 12:56:29 +0100 |
commit | 782971ecd38c7ac042209bbba33c0c489f7462f1 (patch) | |
tree | fbbe8412c62dda108beb5435cbe35fe2bf2536bc | |
parent | 78191eaebfa2fc212ea4ade51e2b67c468e84834 (diff) | |
download | cmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.tar.gz cmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.tar.bz2 cmocka-782971ecd38c7ac042209bbba33c0c489f7462f1.zip |
Update ChangeLog.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |