aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35466ce..afdfbcc 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ Changes since 1.6.2:
computes a relative file name to a given destination from a given base.
4. The utility procedure 'grep' now accepts a '-n' option that
includes line numbers in the output, consistent with GNU grep.
+5. A new 'testsuite' library procedure is provided for retrieving or
+ providing information about the current testsuite. Initially, the
+ 'testsuite file' command returns an absolute file name specified
+ relative to either the testsuite source or object trees. This
+ enables testsuites to not have to access the $subdir internal
+ DejaGnu variable.
Changes since 1.6.1: