This is the mail archive of the gcc@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]

PATCH for Re: GCC-3.2.3 released


On Fri, 25 Apr 2003, Gabriel Dos_Reis wrote:
> GCC 3.2.3 is now available from sites listed at these URLs:

This is the corresponding patch for the web pages (which covers items
6, 7, and 9 of http://gcc.gnu.org/releasing.html).

Are you going to take care of 8 and 10?

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.369
diff -u -3 -p -r1.369 index.html
--- index.html	24 Apr 2003 23:31:37 -0000	1.369
+++ index.html	25 Apr 2003 07:53:26 -0000
@@ -46,10 +46,10 @@ to maintain and improve quality.</p>
 </dd>

 <dt><strong>Current release series:</strong>
-  <a href="gcc-3.2/">GCC 3.2.2</a> (released 2003-02-05)
+  <a href="gcc-3.2/">GCC 3.2.3</a> (released 2003-04-25)
 </dt><dd>
-  GCC 3.2.3 will be the last release from the 3.2.x series.  This
-  branch will be closed after the release.
+  This is the last release from the 3.2.x series.
+  The branch has been closed after the release.
 </dd>

 <!--
@@ -87,6 +87,10 @@ The summit takes place May 25-27, 2003 i

 <dl>

+<dt><b>April 25, 2003</b></dt>
+<dd>
+<a href="gcc-3.2/">GCC 3.2.3</a> has been released.
+</dd>

 <dt><b>February 05, 2003</b></dt>
 <dd>
@@ -94,7 +98,6 @@ The summit takes place May 25-27, 2003 i
 </dd>

 <dt><b>January 29, 2003</b></dt>
-
 <dd>
 Andrew Haley of Red Hat completed the work begun by Bo Thorsen of SuSE
 to port <a href="java/">GCJ</a> to the AMD x86-64
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.41
diff -u -3 -p -r1.41 releases.html
--- releases.html	5 Feb 2003 04:20:30 -0000	1.41
+++ releases.html	25 Apr 2003 07:53:26 -0000
@@ -36,6 +36,7 @@ opposed to development snapshots).</p>
 <table border="1" cellspacing="0" cellpadding="5">
 <tr><th>Release</th><th>internal version</th><th>Release date</th></tr>

+<tr><td><a href="gcc-3.2/">GCC 3.2.3</a></td> <td></td> <td>April 25, 2003</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2.2</a></td> <td></td> <td>February 05, 2003</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2.1</a></td> <td></td> <td>November 19, 2002</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2</a></td> <td></td> <td>August 14, 2002</td></tr>
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.103
diff -u -3 -p -r1.103 cvs.html
--- cvs.html	24 Apr 2003 17:54:31 -0000	1.103
+++ cvs.html	25 Apr 2003 07:53:26 -0000
@@ -121,6 +121,7 @@ particular releases or snapshots or the
   <li>gcc_latest_snapshot</li>
   <li>gcc_ss_<i>yyyymmdd</i></li>
   <li>gcc-3_3-branch</li>
+  <li>gcc_3_2_3_release</li>
   <li>gcc_3_2_2_release</li>
   <li>gcc_3_2_1_release</li>
   <li>gcc_3_2_release</li>
Index: gcc-3.2/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/index.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 index.html
--- gcc-3.2/index.html	7 Feb 2003 16:15:40 -0000	1.9
+++ gcc-3.2/index.html	25 Apr 2003 07:53:26 -0000
@@ -8,10 +8,10 @@

 <h1>GCC 3.2 Release Series</h1>

-<p>February 5, 2003</p>
+<p>April 25, 2003</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.2.2.</p>
+developers are pleased to announce the release of GCC 3.2.3.</p>

 <p>The purpose of the GCC 3.2 release series is to provide a stable
 platform for OS distributors to use building their next releases.  A
@@ -28,6 +28,10 @@ caveats, and bug-fixes</a> for further i
 <h2>Release History</h2>

 <dl>
+<dt>GCC 3.2.3</dt>
+<dd><a name="3.2.3">April 25, 2003</a>
+    (<a href="changes.html#3.2.3">changes</a>)
+</dd>
 <dt>GCC 3.2.2</dt>
 <dd><a name="3.2.2">February 5, 2003</a>
     (<a href="changes.html#3.2.2">changes</a>)


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