]> granicus.if.org Git - check/commitdiff
update NEWS with information on recent checkins
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:28:44 +0000 (03:28 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:28:44 +0000 (03:28 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@655 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS

diff --git a/NEWS b/NEWS
index e044873b3a7a7813797ddcb6368796477e12b132..c87533e5a2695a5480abb1d2330c313ccb36bca9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,23 @@ In development:
 
 * Updated HACKING and release procedure in Makefile.am.
 
+* Detect if the system has clock_gettime() available, and if not use an
+  implementation provided by check. clock_gettime() is used to measure
+  test durations. The implementation for OSX uses OSX specific system calls 
+  to get the time. For all other systems, clock_gettime() does nothing.
+
+* Updated documentation in check.h to reference new check API and avoid
+  mentioning deprecated API.
+
+* Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from
+  check's unit tests.
+
+* Fix implementation of putenv in check's libcompat for systems that do not
+  provide it.
+
+* Fix implementation of unsettenv in check's libcompat for systems that do
+  not provide it. 
+
 Mon, Oct 22, 2012: Released Check 0.9.9
   based on r637 (2012-10-22 13:54:14 +0200)