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]

Re: GCC 3.4.5 status?


On Tue, 6 Dec 2005, Gabriel Dos Reis wrote:
>| I also notice we have a "Releases" link under "About GCC" in the top
>| left corner of the main GCC page that doesn't look like it has been
>| updated in quite a while for any releases.  Should this be updated or
>| removed?
> As for 4.x, it is not clear whether they should be listed or not, that
> is what I meant by deferring to Gerald.

The http://gcc.gnu.org/releases.html page contains the following reference
before the actual table with releases:

  Please refer to our development plan for releases past 4.0.0 and future 
  releases.

This is to make the job of our release managers somewhat easier and
reduce redundant information on various web pages.

Though I just release that the link to the anchor within that page
was broken.  Fixed by means of the patch below.

Gerald

Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.65
diff -u -3 -p -r1.65 releases.html
--- releases.html	6 Dec 2005 11:17:47 -0000	1.65
+++ releases.html	8 Dec 2005 21:48:38 -0000
@@ -26,7 +26,7 @@ has references to pre-compiled binaries 
 
 <h2><a name="timeline">GCC Timeline</a></h2>
 
-<p>Please refer to our <a href="develop.html#future">development plan</a>
+<p>Please refer to our <a href="develop.html#timeline">development plan</a>
 for releases past 4.0.0 and future releases.</p>
 
 <table border="1" cellspacing="0" cellpadding="5">
Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.65
diff -u -3 -p -r1.65 develop.html
--- develop.html	1 Dec 2005 09:25:24 -0000	1.65
+++ develop.html	8 Dec 2005 21:48:38 -0000
@@ -240,7 +240,7 @@ able to accumulate fixes for the most im
 spending undue amounts of time on release testing and packaging.</p>
 
 
-<h3><a name="timeline">Calendar</a></h3>
+<h3><a name="timeline">Release Timeline</a></h3>
 
 <p>Here is a history of recent and a <em>tentative</em> timeline of upcoming
 stages of development, branch points, and releases:</p>


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