This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Where's the release?
- To: "Bradley M. Kuhn" <bkuhn at gnu dot org>
- Subject: Re: Where's the release?
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Mon, 18 Jun 2001 14:17:37 +0100 (BST)
- cc: Mark Mitchell <mark at codesourcery dot com>, "gcc-sc at goof dot com" <gcc-sc at goof dot com>, <gcc at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
On Mon, 18 Jun 2001, Bradley M. Kuhn wrote:
> It appears that:
>
> http://gcc.gnu.org/releases.html
>
> hasn't been updated either, and that the www.gnu.org/software/gcc page
> mirrors from there.
>
> Can someone please change at least the gcc.gnu.org pages? I have no idea
> where I would go to change them, and they need to be changed before I can
> release the press release!
Someone else seems to have handled releases.html; I've applied the
following minimal patch to the other web pages.
This is not a complete fix. Some more things that should be done:
* The relevant parts of gcc/cp/NEWS should go in a file
gcc-3.0/c++features.html, which should be linked to from features.html.
* A file gcc-3.0/buildstat.html needs to be created (that URL is in the
documentation).
* gcc-3.0/gcc-3.0.html should probably link to more pages (e.g. build
status, mirrors list). In general, the release notes pages should be
padded a bit more based on those for older releases.
* /pub/ftp/gcc/releases/index.html on the FTP server needs to be updated
to link to 3.0, not 2.95.2.
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.252
diff -u -r1.252 index.html
--- index.html 2001/06/14 18:53:21 1.252
+++ index.html 2001/06/18 13:07:07
@@ -136,10 +136,7 @@
<a href="http://gcc.gnu.org/testresults/">test suite</a> as well as a
<a href="http://gcc.gnu.org/benchresults/">benchmark suite</a> to
maintain and improve quality.
-<a href="gcc-2.95/gcc-2.95.3.html">GCC 2.95.3</a> is the current release.
-<a href="gcc-2.96.html">GCC 2.96</A> and 2.97 are development snapshots
-leading towards <a href="gcc-3.0/criteria.html">GCC 3.0</A> which we
-hope to release in the first half of 2001.
+<a href="gcc-3.0/gcc-3.0.html">GCC 3.0</a> is the current release.
</p>
<hr>
@@ -154,6 +151,11 @@
<h2>News/Announcements</h2>
<dl>
+
+<dt><b>June 18, 2001</b></dt>
+<dd>
+<a href="gcc-3.0/gcc-3.0.html">gcc-3.0</a> has been released.
+</dd>
<dt><b>March 16, 2001</b></dt>
<dd>
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.47
diff -u -r1.47 cvs.html
--- cvs.html 2001/06/16 11:03:00 1.47
+++ cvs.html 2001/06/18 13:07:07
@@ -104,10 +104,10 @@
<h3>CVS tags and checkouts</h3>
-<p> You can check out the latest version of the GCC 2.95 release
+<p> You can check out the latest version of the GCC 3.0 release
branch with the following command:
-<blockquote><code>cvs -z 9 co -rgcc-2_95-branch gcc</code></blockquote>
+<blockquote><code>cvs -z 9 co -rgcc-3_0-branch gcc</code></blockquote>
<p>By changing the <code>-r</code> argument above you can check out
particular releases or snapshots or the latest snapshot. Other tags/branches
@@ -116,6 +116,7 @@
<ul>
<li>gcc_latest_snapshot</li>
<li>gcc_ss_yyyymmdd</li>
+ <li>gcc_3_0_release</li>
<li>gcc-3_0-branch</li>
<li>gcc-2_95_3</li>
<li>gcc-2_95_2-release</li>
Index: gcc-3.0/gcc-3.0.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/gcc-3.0.html,v
retrieving revision 1.1
diff -u -r1.1 gcc-3.0.html
--- gcc-3.0.html 2001/05/12 07:31:06 1.1
+++ gcc-3.0.html 2001/06/18 13:07:07
@@ -8,7 +8,7 @@
<h1 align="center">GCC 3.0</h1>
-<p>TBA</p>
+<p>June 18, 2001</p>
<p>The <a href="http://www.gnu.org/">GNU project</a> and the GCC
developers are pleased to announce the release of GCC version 3.0.</p>
Index: onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.22
diff -u -r1.22 index.html
--- index.html 2001/06/07 08:38:37 1.22
+++ index.html 2001/06/18 13:07:07
@@ -16,6 +16,25 @@
versions. -->
<ul>
+ <li>GCC 3.0 manuals:
+ <ul>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc.html">GCC
+ 3.0 Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gcc-3.0/gcc.ps">also
+ in PostScript</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0/g77.html">G77
+ 0.5.26 (GCC 3.0) Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gcc-3.0/g77.ps">also
+ in PostScript</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0/gcj.html">GCC
+ 3.0 GCJ Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gcc-3.0/gcj.ps">also
+ in PostScript</a>)</li>
+ <li><a href="http://gcc.gnu.org/onlinedocs/gcc-3.0/cpp.html">GCC
+ 3.0 CPP Manual</a> (<a
+ href="http://gcc.gnu.org/onlinedocs/gcc-3.0/cpp.ps">also
+ in PostScript</a>)</li>
+ </ul></li>
<li>GCC 2.95.3 manuals:
<ul>
<li><a href="http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc.html">GCC
--
Joseph S. Myers
jsm28@cam.ac.uk