So, this is probably the patch in GCC that's seen the longest delays between different steps. :-o
On Mon, 30 Jan 2017, Jonathan Wakely wrote: >> Thanks for doing that, Jonathan! >> >> Only one curious question: Why "<h2>Supported Releases</h2>" on our >> main page versus "<p>This release is no longer maintained.</p>" for >> the individual releases? That is, "supported" vs "maintained"? > No reason. For consistency's sake changing it to "no longer supported" > makes sense. Done with the patch below, where I also moved this a little up, directly below the title (but put it in parentheses), removed a bit or two which was commented out for ages. Oh, and also added this comment for GCC 5 and GCC 6, which have reached end of life since then. ;-) Committed. Gerald Index: gcc-2.95/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/index.html,v retrieving revision 1.9 diff -u -r1.9 index.html --- gcc-2.95/index.html 30 Sep 2018 14:38:49 -0000 1.9 +++ gcc-2.95/index.html 9 Jun 2019 19:21:03 -0000 @@ -9,11 +9,12 @@ <body> <h1>GCC 2.95</h1> +<p>(This release series is no longer supported.)</p> + + <p>March 16, 2001: The GNU project and the GCC developers are pleased to announce the release of GCC version 2.95.3.</p> -<p>This release is no longer maintained.</p> - <h2>Release History</h2> <dl> Index: gcc-3.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/index.html,v retrieving revision 1.21 diff -u -r1.21 index.html --- gcc-3.0/index.html 30 Sep 2018 14:38:49 -0000 1.21 +++ gcc-3.0/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 3.0.4</h1> +<p>(This release series is no longer supported.)</p> + + <p>February 20, 2002</p> <p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC @@ -17,8 +20,6 @@ a bug-fix release for the GCC 3.0 series. </p> -<p>This release series is no longer maintained.</p> - <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 GNU Compiler Collection.</p> Index: gcc-3.1/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/index.html,v retrieving revision 1.10 diff -u -r1.10 index.html --- gcc-3.1/index.html 30 Sep 2018 14:38:49 -0000 1.10 +++ gcc-3.1/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 3.1</h1> +<p>(This release series is no longer supported.)</p> + + <p>July 27, 2002</p> <p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC @@ -17,8 +20,6 @@ <p>The links below still apply to GCC 3.1.1.</p> -<p>This release series is no longer maintained.</p> - <p>May 15, 2002</p> <p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC Index: gcc-3.2/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/index.html,v retrieving revision 1.18 diff -u -r1.18 index.html --- gcc-3.2/index.html 30 Sep 2018 14:38:50 -0000 1.18 +++ gcc-3.2/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 3.2 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>April 25, 2003</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -27,7 +30,6 @@ <p>Please refer to our <a href="changes.html">detailed list of news, caveats, and bug-fixes</a> for further information.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-3.3/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/index.html,v retrieving revision 1.26 diff -u -r1.26 index.html --- gcc-3.3/index.html 30 Sep 2018 14:38:50 -0000 1.26 +++ gcc-3.3/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 3.3 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>May 03, 2005</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -25,12 +28,6 @@ href="https://gcc.gnu.org/onlinedocs/gcc/Contributors.html">amazing group of volunteers</a>.</p> -<p>This release series is no longer maintained.</p> - -<!-- -<p><a href="gcj-status.html">GCJ 3.3 status</a> is tracked for a -variety of targets and test packages.</p> ---> <h2>Release History</h2> Index: gcc-3.4/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/index.html,v retrieving revision 1.18 diff -u -r1.18 index.html --- gcc-3.4/index.html 30 Sep 2018 14:38:50 -0000 1.18 +++ gcc-3.4/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 3.4 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>May 26, 2006</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC developers are @@ -24,12 +27,6 @@ href="https://gcc.gnu.org/onlinedocs/gcc/Contributors.html">amazing group of volunteers</a>.</p> -<p>This release series is no longer maintained.</p> - -<!-- -<p><a href="gcj-status.html">GCJ 3.4 status</a> is tracked for a -variety of targets and test packages.</p> ---> <h2>Release History</h2> Index: gcc-4.0/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/index.html,v retrieving revision 1.17 diff -u -r1.17 index.html --- gcc-4.0/index.html 30 Sep 2018 14:38:50 -0000 1.17 +++ gcc-4.0/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.0 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>January 31, 2007</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.0.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.1/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.1/index.html,v retrieving revision 1.14 diff -u -r1.14 index.html --- gcc-4.1/index.html 30 Sep 2018 14:38:51 -0000 1.14 +++ gcc-4.1/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.1 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>February 13, 2007</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.1.1 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.2/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/index.html,v retrieving revision 1.14 diff -u -r1.14 index.html --- gcc-4.2/index.html 30 Sep 2018 14:38:51 -0000 1.14 +++ gcc-4.2/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.2 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>May 19, 2008</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.2.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.3/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/index.html,v retrieving revision 1.15 diff -u -r1.15 index.html --- gcc-4.3/index.html 30 Sep 2018 14:38:51 -0000 1.15 +++ gcc-4.3/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.3 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>Jun 27, 2011</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.3.5 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.4/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/index.html,v retrieving revision 1.17 diff -u -r1.17 index.html --- gcc-4.4/index.html 30 Sep 2018 14:38:51 -0000 1.17 +++ gcc-4.4/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.4 Release Series</h1> +<p>This release series is no longer maintained.</p> + + <p>March 13, 2012</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.4.6 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.5/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/index.html,v retrieving revision 1.13 diff -u -r1.13 index.html --- gcc-4.5/index.html 30 Sep 2018 14:38:51 -0000 1.13 +++ gcc-4.5/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.5 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>Jul 2, 2012</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.5.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.6/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/index.html,v retrieving revision 1.14 diff -u -r1.14 index.html --- gcc-4.6/index.html 30 Sep 2018 14:38:51 -0000 1.14 +++ gcc-4.6/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.6 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>April 12, 2013</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.6.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.7/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/index.html,v retrieving revision 1.14 diff -u -r1.14 index.html --- gcc-4.7/index.html 30 Sep 2018 14:38:52 -0000 1.14 +++ gcc-4.7/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.7 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>June 12, 2014</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.7.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.8/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/index.html,v retrieving revision 1.14 diff -u -r1.14 index.html --- gcc-4.8/index.html 30 Sep 2018 14:38:52 -0000 1.14 +++ gcc-4.8/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.8 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>June 23, 2015</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.8.4 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-4.9/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/index.html,v retrieving revision 1.12 diff -u -r1.12 index.html --- gcc-4.9/index.html 30 Sep 2018 14:38:52 -0000 1.12 +++ gcc-4.9/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 4.9 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>Aug 3, 2016</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,7 +21,6 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 4.9.3 relative to previous releases of GCC.</p> -<p>This release series is no longer maintained.</p> <h2>Release History</h2> Index: gcc-5/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/index.html,v retrieving revision 1.10 diff -u -r1.10 index.html --- gcc-5/index.html 30 Sep 2018 14:38:52 -0000 1.10 +++ gcc-5/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 5 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>October 10, 2017</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,6 +21,7 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 5.4 relative to previous releases of GCC.</p> + <h2>Release History</h2> <dl> Index: gcc-6/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/index.html,v retrieving revision 1.13 diff -u -r1.13 index.html --- gcc-6/index.html 26 Oct 2018 09:32:34 -0000 1.13 +++ gcc-6/index.html 9 Jun 2019 19:21:03 -0000 @@ -10,6 +10,9 @@ <h1>GCC 6 Release Series</h1> +<p>(This release series is no longer supported.)</p> + + <p>October 26, 2018</p> <p>The <a href="http://www.gnu.org">GNU project</a> and the GCC @@ -18,6 +21,7 @@ <p>This release is a bug-fix release, containing fixes for regressions in GCC 6.4 relative to previous releases of GCC.</p> + <h2>Release History</h2> <dl>