]> granicus.if.org Git - check/commitdiff
Preparations for 0.9.2 release
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Nov 2004 12:26:29 +0000 (12:26 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Nov 2004 12:26:29 +0000 (12:26 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@208 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/ChangeLog
check/NEWS

index 65c823b35fbf77b7105e67ed6ca72ecc3ae4cf78..a9bd29de11531a63993ee040daadb44d77f8e4cd 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-10 hugo303
+
+       * Makefile.am, rpm/check.spec.in, rpm/Makefile.am: Fixed so
+       distributions build without trouble.
+
 2004-11-09 hugo303
 
        * src/check_run.c, tests/check_check_master.c: Use strsignal
index 3c08cfecc02eaef3c3d78d5589a03b9b46265ae3..b414d05278b26674de4af3efdb90bf18075309d1 100644 (file)
@@ -1,3 +1,18 @@
+Fri, Nov 12, 2004: Released Check 0.9.2
+
+Use strsignal to print describing text for signals.
+Documented signals handling and timeouts.
+Changed failure message for fail_if.
+Added support for timeouts on tests, enabling detection of eternal loops.
+Changed name on function list_create to check_list_create to avoid name clash.
+Applied ANSI C99 patch (#1047014) for macro var args.
+Cleaned up the self test verification to simplify merging of new tests.
+Fixed debian and rpm targets
+
+Added support for testing on expected signals. Implementation courtesy of
+Lucas Di Pentima and Cesar Ballardini. 
+
+
 Fri, Sep 3, 2004: Released Check 0.9.1
 
 Updated tutorial with new features.