* NEWS: Tidy.
authorBen Elliston <bje@gnu.org>
Fri, 10 Oct 2003 23:28:46 +0000 (23:28 +0000)
committerBen Elliston <bje@gnu.org>
Fri, 10 Oct 2003 23:28:46 +0000 (23:28 +0000)
* AUTHORS: Don't list maintainers, reference MAINTAINERS instead.

AUTHORS
ChangeLog
NEWS

diff --git a/AUTHORS b/AUTHORS
index 65a863c..40fb7c2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,4 @@ The creator of DejaGnu is Rob Savoye.
        rob@welcomehome.org
        www.welcomehome.org/rob.html
 
-The maintainers of DejaGnu are:
-
-       Rob Savoye <rob@welcomehome.org>
-       Ben Elliston <bje@wasabisystems.com>
+The current maintainers of DejaGnu are listed in the MAINTAINERS file.
index 41476c7..c5a10de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-11  Ben Elliston  <bje@wasabisystems.com>
+
+       * NEWS: Tidy.
+       * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
+
 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
 
        * i960glue.c: Remove.
diff --git a/NEWS b/NEWS
index aa1208a..1538def 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,51 +1,55 @@
-                       Changes from 1.4.2
-       1. New XML output option, so test results can be loaded into a
-       database.
-       2. Support for the KFAIL/KPASS (known failures). This is
-       mostly oriented towards GDB testing.
-       3. New "Hello World" example.
-       4. New tutorial chapter.
-       5. Test cases build with either GCC 2.x or 3.x.
-
-                       Changes from 1.4.1
-       1. Various patches for bugs reported from net users.
-       2. Test case builds with either libstdc++-v3 (as used by
-       gcc-3.0.x) or the older v2.(as used by gcc-2.95.x)
-
-                       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.
+Changes from 1.4.2
 
+1. New XML output option, so test results can be loaded into a database.
+2. Support for the KFAIL/KPASS (known failures).
+3. New "Hello World" example.
+4. New tutorial chapter.
+5. Test cases build with either GCC 2.x or 3.x.
+6. BlueGnu has been removed from the contrib directory.
+7. The contrib/test* scipts were bitrotten and have been removed.  If
+   you still want copies of these, they can be found in the previous
+   DejaGnu release.
+8. i960glue.c has been removed.
+
+Changes from 1.4.1
+
+1. Various patches for bugs reported from net users.
+2. Test case builds with either libstdc++-v3 (as used by GCC 3.0.x) or
+   the older v2 (as used by GCC 2.95.x).
+
+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.
+2. NT support has also been added.
+3. 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.