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]

PATCH: index.html and GCC 3.1


This is a suggested patch for our main page when GCC 3.1 is released.

I have, obviously, not committed this yet, but as I will be mostly
unavailable next week, I thought this might be useful.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.308
diff -u -3 -p -r1.308 index.html
--- index.html	5 May 2002 11:33:02 -0000	1.308
+++ index.html	5 May 2002 11:40:25 -0000
@@ -117,10 +117,9 @@ as the official GNU maintainer for GCC.
 from the "GNU C Compiler" to the "GNU Compiler Collection" and received
 a new <a href="gccmission.html">mission statement</a>.</p>

-<p>Currently GCC contains front ends for C, C++, Objective C,
-Fortran, and <a href="java/">Java</a> as well as libraries for these
-languages (<a href="libstdc++/">libstdc++</a>, libgcj,...); GCC 3.1
-will also include an Ada front end.</p>
+<p>Currently GCC contains front ends for C, C++, Objective C, Fortran,
+<a href="java/">Java</a>, and Ada, as well as libraries for these
+languages (<a href="libstdc++/">libstdc++</a>, libgcj,...).</p>

 <p>We encourage everyone to <a href="contribute.html">contribute changes</a>
 and help testing GCC, and we provide access to our development sources with
@@ -137,17 +136,27 @@ and automated testers</a> to maintain an


 <dl>
-<dt><strong>Current release series:</strong>
+<dt><strong>Previous release series:</strong>
   <a href="gcc-3.0/">GCC 3.0.4</a>
 </dt><dd>
   Open for all maintainers.
 </dd>
+
+<dt><strong>Current release series:</strong>
+  <a href="gcc-3.1/">GCC 3.1</a>
+</dt><dd>
+  Open for all maintainers.
+</dd>
+
+<!--
 <dt><strong>Active release branch:</strong>
-  GCC 3.1 (<a href="gcc-3.1/criteria.html">release criteria</a>,
-           <a href="gcc-3.1/changes.html">changes</a>)
+  GCC 3.2 (<a href="gcc-3.2/criteria.html">release criteria</a>,
+           <a href="gcc-3.2/changes.html">changes</a>)
 </dt><dd>
   Non-documentation commits require approval by release manager.
 </dd>
+-->
+
 <dt><strong>Active development (mainline):</strong>
   will become GCC 3.2
 </dt><dd>
@@ -167,6 +176,11 @@ and automated testers</a> to maintain an
 <h2>News/Announcements</h2>

 <dl>
+
+<dt><b>May XX, 2002</b></dt>
+<dd>
+<a href="gcc-3.1/">GCC 3.1</a> has been released.
+</dd>

 <dt><b>May 2, 2002</b></dt>
 <dd>


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