This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] gcc-3.4/index.html, gcc-4.0/index.html, gcc-4.1/index.html simplification


While checking the GCC 3.4.6 related changes, I spotted opportunity for
the following.

Simplify gcc-3.4/index.html, gcc-4.0/index.html, and gcc-4.1/index.html
to only announce the latest release.  We've got the release history for,
well, history.

Installed.

Gerald

Index: gcc-3.4/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/index.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 index.html
--- gcc-3.4/index.html	27 May 2006 20:31:51 -0000	1.10
+++ gcc-3.4/index.html	27 May 2006 20:53:49 -0000
@@ -17,51 +17,6 @@ pleased to announce the release of GCC 3
 in GCC 3.4.4 relative to previous releases of GCC. This is the last of the 
 3.4.x series.</p>
 
-<p>November 30, 2005</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.5.</p>
-
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 3.4.4 relative to previous releases of GCC.</p>
-
-<p>May 18, 2005</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.4.</p>
-
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 3.4.3 relative to previous releases of GCC.</p>
-
-<p>November 4, 2004</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.3.</p>
-
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 3.4.2 relative to previous releases of GCC.</p>
-
-<p>September 6, 2004</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.2.</p>
-
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 3.4.1 relative to previous releases of GCC.</p>
-
-<p>July 1, 2004</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.1.</p>
-
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 3.4.0 relative to previous releases of GCC.</p>
-
-<p>April 18, 2004</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.4.0.</p>
-
 <p>The GCC 3.4 release series includes numerous <a href="changes.html">new
 features, improvements, bug fixes, and other changes</a>, thanks to an <a
 href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>amazing
Index: gcc-4.0/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/index.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 index.html
--- gcc-4.0/index.html	11 Mar 2006 21:48:02 -0000	1.8
+++ gcc-4.0/index.html	27 May 2006 20:53:49 -0000
@@ -16,27 +16,6 @@ developers are pleased to announce the r
 <p>This release is a bug-fix release, containing fixes for regressions
 in GCC 4.0.2 relative to previous releases of GCC.</p>
 
-<p>September 28, 2005</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 4.0.2.</p>
- 
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 4.0.1 relative to previous releases of GCC.</p>
-
-<p>July 7, 2005</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 4.0.1.</p>
- 
-<p>This release is a bug-fix release, containing fixes for regressions
-in GCC 4.0.0 relative to previous releases of GCC.</p>
-
-<p>April 20, 2005</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 4.0.0.</p>
-
 <h2>Release History</h2>
 
 <dl>
Index: gcc-4.1/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/index.html,v
retrieving revision 1.4
diff -u -3 -p -r1.4 index.html
--- gcc-4.1/index.html	24 May 2006 23:32:27 -0000	1.4
+++ gcc-4.1/index.html	27 May 2006 20:53:49 -0000
@@ -16,11 +16,6 @@ developers are pleased to announce the r
 <p>This release is a bug-fix release, containing fixes for regressions
 in GCC 4.1.0 relative to previous releases of GCC.</p>
 
-<p>February 28, 2006</p>
-
-<p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 4.1.0.</p>
-
 <h2>Release History</h2>
 
 <dl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]