]> granicus.if.org Git - check/commitdiff
Merge back release 0.9.7
authorrbcollins <rbcollins@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 22 Sep 2009 00:07:21 +0000 (00:07 +0000)
committerrbcollins <rbcollins@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 22 Sep 2009 00:07:21 +0000 (00:07 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@557 64e312b2-a51f-0410-8e61-82d0ca0eb02a

Makefile.am
NEWS
configure.ac

index 4429726e958a2415ae020f884d3d7f37ffab6b78..cfcb443c730d7bb3a5af9846f1aab12b0e4ca625 100644 (file)
@@ -81,8 +81,8 @@ preparerelease: releasevars .svnrelease prereleasecheck
        @echo "aborting will leave the partially prepared release in" `pwd`
        cd check-${RELEASE_VERSION} && ${SHELL} && autoreconf -i && ./configure
        $(MAKE) -C check-${RELEASE_VERSION} dorelease
-       -svn merge -r`cat .svnrelease`:`svn st -u check-${RELEASE_VERSION} | grep "Status against revision:" | awk '{ print $4 }'` ../tags/check-${RELEASE_VERSION} .
-       @echo "Please resolve any conflicts"
+       -svn merge -r`cat .svnrelease`:`svn st -u check-${RELEASE_VERSION} | grep "Status against revision:" | awk '{ print $4 }'` check-${RELEASE_VERSION} .
+       @echo "Please resolve any conflicts. Be sure to also restore the 'In Development:' line to NEWS."
        ${SHELL}
        svn ci -m "Merge back release ${RELEASE_VERSION}"
        @echo "Cleaning up workdir."
diff --git a/NEWS b/NEWS
index d13a6a01bcc389af7d97a9be797f6f50d913f33f..bf1e89f888703d093e86f014331f3c263eb5cbc0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,31 @@
 In development:
 
+Tue, Sep 22, 2009: Released Check 0.9.7
+  based on r552 (2009-09-22 09:26).
+
 * Added CK_SUBUNIT support for outputting test information in the subunit wire
   protocol. See the check manual for more information. (Contributed by Robert
   Collins).
 
+* Added code and tests for timeout scaling via environment variable.
+  Feature requested in tracker item #1549835 on sourceforge.
+
+* Added documentation for testing exit values with tcase_add_exit_test().
+
+* Add make_macros perl script from somebody (who?)
+
+* add type to check_type error message
+
+* add contrib dir with xslt transform
+
+* function exist testing support (patch #1726574).
+
+* introduce HAVE_WORKING_SETENV to protect tc_timeout_env usage
+
+* support running tests with multiple pthreads (Daniel Gollub, closes 1391527)
+
+* partial MSYS/MinGW support
+
 Mon, Dec 29, 2008: Released Check 0.9.6
   based on r453 (2008-12-01 22:14:15).
 
index b950bee81adbbac918a0cd331845640f0ef79558..01b1cad0d7f2f4cfaf96cbd42cd5266e7d4de6cf 100644 (file)
@@ -3,7 +3,7 @@
 
 # Prelude.
 AC_PREREQ([2.59])
-AC_INIT([Check], [0.9.6], [check-devel at lists dot sourceforge dot net])
+AC_INIT([Check], [0.9.7], [check-devel at lists dot sourceforge dot net])
 
 # unique source file --- primitive safety check 
 AC_CONFIG_SRCDIR([src/check.c])