aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a4bfa0d..e4a8b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-04-04 Ben Elliston <bje@gnu.org>
+ * NEWS: Add some more detail.
+
+2016-04-04 Ben Elliston <bje@gnu.org>
+
* site.tmpl: Delete.
* Makefile.am (EXTRA_DIST): Remove site.tmpl.
* Makefile.in: Regenerate.
diff --git a/NEWS b/NEWS
index 311af67..c9d6673 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,9 @@ Changes since 1.5.3:
can be put back in the distribution.
3. The --status command line option is now the default. This means
that any error in the testsuite Tcl scripts will cause runtest to
- abort with exit status code 2.
+ abort with exit status code 2. The --status option has been
+ removed from the documentation, but will continue to be accepted
+ for backward compatibility.
4. runtest now exits with exit code 0 if the testsuite "passed", 1 if
something unexpected happened (eg, FAIL, XPASS or UNRESOLVED), and
2 if an exception is raised by the Tcl interpreter.