aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-20 12:36:29 +1100
committerBen Elliston <bje@gnu.org>2016-02-20 12:36:29 +1100
commitc4740e8100fffcc1945762803b46539f47eebea1 (patch)
treea6c74b87db4dbb263d4adaeb8306adabb8b94e1b /NEWS
parent992fbc3a8f03c3cd5e554eea5361f1a531e9e71f (diff)
downloaddejagnu-c4740e8100fffcc1945762803b46539f47eebea1.zip
dejagnu-c4740e8100fffcc1945762803b46539f47eebea1.tar.gz
dejagnu-c4740e8100fffcc1945762803b46539f47eebea1.tar.bz2
* lib/utils.exp: Improve comments.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac4b98f..cd326a6 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,11 @@ Changes since 1.5.3:
2 if an exception is raised by the Tcl interpreter.
3. runtest now exits with the standard exit codes of programs that are
terminated by the SIGINT, SIGTERM and SIGQUIT signals.
+4. The user-visible utility procedures `absolute', `prune', `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.
+
Changes since 1.4.4: