]> granicus.if.org Git - check/commitdiff
Made 0.8.2 Release.
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 15 Apr 2002 10:57:35 +0000 (10:57 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 15 Apr 2002 10:57:35 +0000 (10:57 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@133 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/NEWS
check/README

index 7af98afe296d5a164de4de150fc422b68fb7be3d..ec5864d9c2c17169332704df7090548a1595d22f 100644 (file)
@@ -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.
 
 
index 5aaa3931a2b86385406a81574b749052ac168d18..3b626978f4130f0b1947c27d45473d36b138f8c6 100644 (file)
@@ -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