HTML: http://gcc.gnu.org/gcc-3.2/ appears out of date
Christian Cornelssen
ccorn@cs.tu-berlin.de
Thu Feb 6 16:41:00 GMT 2003
Hello again,
On Thu, 6 Feb 2003, Paolo Carlini wrote:
> Actually, Christian, John meant http://gcc.gnu.org/gcc-3.2/ which still
> doesn't mention the release of 3.2.2...
Here is a patch for `htdocs/gcc-3.2/index.html'. It announces 3.2.2,
uses headings (<h4> instead of <p>) for the dates, provides
hyperlinks to corresponding anchors in `changes.html', structures the
content into "Release History" and "Additional Release Information"
and thus gets rid of "see below"-style references.
Validated using rxp. Reviewed with text and graphics mode browsers.
OK to check in?
Regards,
Christian Cornelssen
-------------- next part --------------
Index: htdocs/gcc-3.2/index.html
===================================================================
RCS file: /usr/local/src/cvs/gcc-cvs/wwwdocs/htdocs/gcc-3.2/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- htdocs/gcc-3.2/index.html 19 Nov 2002 07:48:14 -0000 1.2
+++ htdocs/gcc-3.2/index.html 6 Feb 2003 16:25:49 -0000
@@ -8,17 +8,32 @@
<h1>GCC 3.2</h1>
-<p>November 19, 2002</p>
+
+<h2>Release History</h2>
+
+<h4>February 6, 2003</h4>
<p>The <a href="http://www.gnu.org">GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.2.1.</p>
+developers are pleased to announce the release of <b>GCC 3.2.2</b>.
+News and bugfix lists can be found in the respective
+<a href="changes.html#3.2.2">Changes</a> section.</p>
+
+<h4>November 19, 2002</h4>
-<p>The links below still apply to GCC 3.2.1.</p>
+<p>The <a href="http://www.gnu.org">GNU project</a> and the GCC
+developers are pleased to announce the release of <b>GCC 3.2.1</b>.
+Please take a look at the <a href="changes.html#3.2.1">Changes</a>
+section for further information.</p>
-<p>August 14, 2002</p>
+<h4>August 14, 2002</h4>
<p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC
-developers are pleased to announce the release of GCC 3.2.</p>
+developers are pleased to announce the release of <b>GCC 3.2</b>.
+The <a href="changes.html">Changes</a> page contains
+important information about this release.</p>
+
+
+<h2>Additional Release Information</h2>
<p>GCC used to stand for the GNU C Compiler, but since the compiler
supports several other languages aside from C, it now stands for the
More information about the Gcc
mailing list