summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-25 14:36:02 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2002-07-25 14:36:02 +0000
commitcc7a4894901284672927ba3a96ce4e61c778c106 (patch)
treed2d0f8bcdeaa155e905ae6040c772c93ced9a2a9
parent73e82f7734cd4c92eb267a59681ce980437b12c2 (diff)
downloadgcc-cc7a4894901284672927ba3a96ce4e61c778c106.tar.gz
* gennews (files): Add proper files for the GCC 3.1 release series.
Simplify and reformat introductory wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_1-branch@55751 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--contrib/ChangeLog5
-rwxr-xr-xcontrib/gennews13
2 files changed, 12 insertions, 6 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index b74aed832e7..16549012bbf 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * gennews (files): Add proper files for the GCC 3.1 release series.
+ Simplify and reformat introductory wording.
+
2002-05-14 Release Manager
* GCC 3.1 Released.
diff --git a/contrib/gennews b/contrib/gennews
index 2afc2be3d79..3e8c254e7f0 100755
--- a/contrib/gennews
+++ b/contrib/gennews
@@ -22,7 +22,8 @@
# Boston, MA 02111-1307, USA.
website=http://gcc.gnu.org/
-files="gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html
+files="gcc-3.1/index.html gcc-3.1/changes.html
+ gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html
gcc-2.95/index.html gcc-2.95/features.html gcc-2.95/caveats.html
egcs-1.1/index.html egcs-1.1/features.html egcs-1.1/caveats.html
egcs-1.0/egcs-1.0.3.html egcs-1.0/egcs-1.0.2.html egcs-1.0/egcs-1.0.1.html
@@ -31,11 +32,11 @@ files="gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html
set -e
cat <<EOF
-This file contains information about GCC releases which has been
-generated automatically from the online release notes. This file
-covers releases of GCC (and the former EGCS project) since EGCS 1.0,
-on the line of development that led to GCC 3; for information on GCC
-2.8.1 and older releases of GCC 2, see ONEWS.
+This file contains information about GCC releases which has been generated
+automatically from the online release notes. It covers releases of GCC
+(and the former EGCS project) since EGCS 1.0, on the line of development
+that led to GCC 3. For information on GCC 2.8.1 and older releases of GCC 2,
+see ONEWS.
EOF