aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 081f1a4..209e9c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
--* text -*-
+-*- text -*-
Changes since 1.6.2:
@@ -17,11 +17,15 @@ Changes since 1.6.2:
"*dir" variables in test scripts.
7. A shell command "dejagnu" is added as a place to hang various
auxiliary commands not directly involved with running tests. The
- "runtest" command will remain for that purpose for the forseeable
+ "runtest" command will remain for that purpose for the foreseeable
future.
8. The first auxiliary command is added: "report card". The "dejagnu
report card" command reads DejaGnu summary files and produces a
compact tabular summary across multiple tools.
+9. A Tcl namespace is now used for some internal procedures and variables.
+ The Tcl namespace ::dejagnu and all child namespaces are entirely
+ internal and should not be mentioned in testsuite code. Its contents
+ are subject to change without notice, even on point releases.
Changes since 1.6.1: