From: hugo303 Date: Wed, 10 Nov 2004 12:26:29 +0000 (+0000) Subject: Preparations for 0.9.2 release X-Git-Tag: 0.10.0~942 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf3c51f225467483b4b441e26a304e58771e1728;p=check Preparations for 0.9.2 release git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@208 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/ChangeLog b/check/ChangeLog index 65c823b..a9bd29d 100644 --- a/check/ChangeLog +++ b/check/ChangeLog @@ -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 diff --git a/check/NEWS b/check/NEWS index 3c08cfe..b414d05 100644 --- a/check/NEWS +++ b/check/NEWS @@ -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.