Subject: CVS commit: pkgsrc/devel/check
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 09/27/2004 20:41:20
Module Name:	pkgsrc
Committed By:	cube
Date:		Mon Sep 27 20:41:20 UTC 2004

Modified Files:
	pkgsrc/devel/check: Makefile PLIST distinfo
	pkgsrc/devel/check/patches: patch-aa

Log Message:
Update to version 0.9.1.  From PR#27038 by Roland Illig.

Fri, Sep 3, 2004: Released Check 0.9.1

Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.

Mon, May 17, 2004: Released Check 0.9.0

Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.

Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.

Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/check/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/check/PLIST pkgsrc/devel/check/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/check/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.