]> granicus.if.org Git - check/commitdiff
NEWS: update with recent additions
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 18 Dec 2013 23:03:11 +0000 (23:03 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 18 Dec 2013 23:03:11 +0000 (23:03 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@906 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS

diff --git a/NEWS b/NEWS
index 2aaf365e3284e51a87a5fbfe347988da770eb9e6..05eada42c3e8f50dc207c598115ef9d45a743a0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 In development:
 
+* Added additional configure script checks for support of
+  timer_create() on the target system. This allows for
+  OpenBSD to compile and run all Check's unit tests successfully. 
+
+* Added a unit test, check_mem_leaks, which can be used against
+  valgrind to test for memory leaks. No memory leaks were found.
+
+* Added tcase_add_loop_test support in checkm. Patch from patches #46. 
+
 * Add support for logging in Test Anything Protocol (TAP) format.
 
 * Refactor Check's assertions to be more like the assert() call in