From: neo23 Date: Mon, 15 Apr 2002 10:57:35 +0000 (+0000) Subject: Made 0.8.2 Release. X-Git-Tag: 0.10.0~1015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ebd52141643d3765f600f070c47c62f63104bef;p=check Made 0.8.2 Release. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@133 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/NEWS b/check/NEWS index 7af98af..ec5864d 100644 --- a/check/NEWS +++ b/check/NEWS @@ -1,6 +1,17 @@ -Sat Mar 2, 2001: Released Check 0.8.1 +Mon Apr 15, 2002: Released Check 0.8.2 + +Added version information to headers and library. Added an autoconf +macro to easily integrate check into projects that use autoconf. + +Removed limitations on line number, message and buffer sizes. + +Declared constant string parameters as const. + + +Sat Mar 2, 2002: Released Check 0.8.1 Changed license to LGPL. + Fixed bug in running checked setup in nofork mode. diff --git a/check/README b/check/README index 5aaa393..3b62697 100644 --- a/check/README +++ b/check/README @@ -5,7 +5,7 @@ catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. -See http://check.sourceforge.net for more information, including a +See http://check.sourceforge.net/ for more information, including a tutorial. If you get Check out of CVS, you will need a working setup of automake