4.0.1 patches to web site

Mark Mitchell mark@codesourcery.com
Tue Jul 12 07:03:00 GMT 2005


Giovanni Bajo wrote:
> Mark Mitchell <mark@codesourcery.com> wrote:
> 
> 
>>Applied, before making the release.
> 
> 
> I believe htdocs/gcc-4.0/index.html should be patched as well. Isn't this
> documented in the checklist you follow?

Yes, and I actually had made the change -- but failed to check it in. 
There's an odd timing thing, where you want to make the release, and 
then upload it, and then wait a while, and then update other things -- 
except that the release process requires updating some web pages first 
to generate documentation.

(I think that we should just ditch the documentation generated from web 
pages in the tarball.  It's the 21st century; we could just generate a 
file that says "see the following web page for releases notes and such".)

In any case, I have now checked in this patch.

Thank you very much for pointing out the mistake!

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/index.html,v
retrieving revision 1.2
diff -c -5 -p -r1.2 index.html
*** index.html  21 Apr 2005 04:40:19 -0000      1.2
--- index.html  12 Jul 2005 07:01:01 -0000
***************
*** 6,23 ****
--- 6,36 ----

   <body>

   <h1>GCC 4.0 Release Series</h1>

+ <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>
+ <dt>GCC 4.0.1</dt>
+ <dd><a name="4.0.1">July 7, 2005</a>
+     (<a href="changes.html#4.0.1">changes</a>)
+ </dd>
+
   <dt>GCC 4.0.0</dt>
   <dd><a name="4.0.0">April 20, 2005</a>
       (<a href="changes.html">changes</a>)
   </dd>
   </dl>

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304



More information about the Gcc-patches mailing list