aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-05-09 18:19:43 +0000
committerRob Savoye <rob@welcomehome.org>2001-05-09 18:19:43 +0000
commit63f46a0d3ea48d88ecca1be0102043df7a2403cb (patch)
treec911b2f8c24526ecdd1e105170e9dde660baa46b /NEWS
parent7422e6ab359e05c9b350f6fce4ff57afe8dc1489 (diff)
downloaddejagnu-63f46a0d3ea48d88ecca1be0102043df7a2403cb.zip
dejagnu-63f46a0d3ea48d88ecca1be0102043df7a2403cb.tar.gz
dejagnu-63f46a0d3ea48d88ecca1be0102043df7a2403cb.tar.bz2
* runtest.exp: Add new command line option, --status (or -st) to
toggle whether Tcl script bugs in test drivers should be propogated as an error to the shell. * lib/dejagnu.exp: Trim off test state part of the message, so we don't duplicate it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 37 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b3caa6c..167b441 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
-DejaGnu is now back under active maintainance. The initial work has been
-rewriting the manual to bring it up to date, and switching to SGML. NT
-support has also been added, and DejaGnu now uses automake.
+ Changes from 1.4.0
+ 1. There is new support for a simple unit testing API, that is
+ also useful for embedded testing.
+
+ Changes from 1.3
+
+ 1. DejaGnu is now back under active maintainance. The initial
+ work has been rewriting the manual to bring it up to date, and
+ switching to SGML. NT support has also been added, and DejaGnu
+ now uses automake.
+
+
+ Changes from 1.1.1
+ 1. Works with (included in release) Tcl 7.3 and Expect 5.6.
+ 2. Much better error trapping and handling, including the
+ execution of sub scripts.
+ 3. Re-worked configuration subsystem.
+ 4. Default handling for testing unknown targets.
+ 5. New testsuite for expect and runtest.
+ 6. More debugging procedures.
+
+ Changes from 1.0
+
+ 1. DejaGnu now conforms to POSIX 1003.3, a standard for
+ testing frameworks.
+ 2. A Tcl debugger written by Don Libes has been added.
+ 3. Lots of bug fixes.
+
+ Changes from 0.9
+
+ 1. DejaGnu now installs itself like other utilities.
+ 2. 700 G++ tests are included.
+ 3. The bugs in the GCC tests have been fixed.
+ 4. Testsuites are released separately.
+ 5. Testsuite sources now reside with the within each tool's
+ source tree.
+