aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 463f6af..311af67 100644
--- a/NEWS
+++ b/NEWS
@@ -2,27 +2,28 @@
Changes since 1.5.3:
-1. A large number of very old config and baseboard files have been
+1. Proper support for target communication via SSH has been added.
+2. A large number of very old config and baseboard files have been
removed. If you need to resurrect these, you can get them from
version 1.5.3. If you can show that a board is still in use, it
can be put back in the distribution.
-2. The --status command line option is now the default. This means
+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.
-3. runtest now exits with exit code 0 if the testsuite "passed", 1 if
+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.
-4. runtest now exits with the standard exit codes of programs that are
+5. runtest now exits with the standard exit codes of programs that are
terminated by the SIGINT, SIGTERM and SIGQUIT signals.
-5. The user-visible utility procedures `absolute', `psource' and
+6. The user-visible utility procedures `absolute', `psource' and
`slay' have been removed. If a testsuite uses any of these
procedures, a copy of the procedure should be made and placed in
the lib directory of the testsuite.
-6. Support was added for testing the D compiler.
-7. ~/.dejagnurc is now loaded last, not first. This allows the user to
+7. Support was added for testing the D compiler.
+8. ~/.dejagnurc is now loaded last, not first. This allows the user to
have the ability to override anything in their environment (even
the site.exp file specified by $DEJAGNU).
-8. The user-visible utility procedure `unsetenv' is deprecated and
+9. The user-visible utility procedure `unsetenv' is deprecated and
will be removed in the next release. If a testsuite uses any of
these procedures, a copy of the procedure should be made and placed
in the lib directory of the testsuite.