From: cpickett
Date: Fri, 13 Oct 2006 18:40:38 +0000 (+0000)
Subject: * Update NEWS.
X-Git-Tag: 0.10.0~797
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f251f53552b88de8576a2d67b66334a72f6a63e;p=check
* Update NEWS.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@359 64e312b2-a51f-0410-8e61-82d0ca0eb02a
---
diff --git a/NEWS b/NEWS
index e99553b..688c50f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,29 @@
-The following changes will be in Check 0.9.4
+Fri, Oct 13, 2006: Released Check 0.9.4
-Got rid of debian/ directory for building .debs. We should let Debian
-handle this.
+* Updated manual and converted from DocBook to Texinfo.
-Updated GNU Build System to use modern Autotools.
+* Added pkg-config support.
-Fixed sourceforge bug #1327225, Two teardown checked fixtures segfaults.
+* Added Libtool support to build both static and shared libraries.
-Added a new kind of test, looping tests, which are called with a new
-context for each loop iteration. This makes them ideal for table based
-tests. Previously, with the loop in the test itself, only the first
-error was caught and then the test would exit. Now all errors are
-shown at once which should help in debugging
+* Removed debian/ and rpm/ directories for building packages.
+ Downstream maintainers can easily handle this.
-Added possibility to turn off timeout tests in check's own unit tests
-through configure option --enable-timeout-tests=no.
+* Updated GNU Build System to use modern Autotools.
-Added coverage analysis for check's own unit tests.
+* Fixed sourceforge bug #1327225, two teardown checked fixtures
+ segfaults.
+
+* Added a new kind of test, looping tests, which are called with a new
+ context for each loop iteration. This makes them ideal for table
+ based tests. Previously, with the loop in the test itself, only the
+ first error was caught and then the test would exit. Now all errors
+ are shown at once which should help in debugging
+
+* Added possibility to turn off timeout tests in check's own unit tests
+ through configure option --disable-timeout-tests.
+
+* Added coverage analysis for check's own unit tests.
Thu, Aug 25, 2005: Released Check 0.9.3
diff --git a/index.html b/index.html
index 1760d71..b950ab9 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,9 @@ most direct path to where you want to go.
This project is at the moment only sporadically maintained, but it
works well and there are packages in Fedora and Debian.
+News
+
+Project NEWS, a summarized changelog.
Getting Check
Check can be dowloaded from here.