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: (wwwdocs) changes.html vs. index.html


On Fri, 7 Feb 2003, Christian Cornelssen wrote:
> Changed to "Caveats and New Features".  Validated, browsed, and checked
> in.  The updated patch is in the second attachment.  Enjoy!

Nice, thank you!

I just committed the following update -- hopefully we are converging. ;-)

  Slightly readjust intro/announcement. Remove duplicate link to the
  changes pages.
  Improve reference to our changes page.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/index.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 index.html
--- index.html	7 Feb 2003 13:29:55 -0000	1.7
+++ index.html	7 Feb 2003 16:15:05 -0000
@@ -8,21 +8,22 @@

 <h1>GCC 3.2 Release Series</h1>

-<p>The purpose of this release series is to provide a stable platform for OS
-distributors to use building their next releases.  A primary objective was
-to stabilize the C++ ABI; we believe that the interface to the compiler and
-the C++ standard library are now relatively stable.</p>
-
-<p>Be aware that C++ code compiled by GCC 3.2.x will (in general) not
-interoperate with code compiled by GCC 3.1.1 or earlier.</p>
-
 <p>February 5, 2003</p>

 <p>The <a href="http://www.gnu.org";>GNU project</a> and the GCC
 developers are pleased to announce the release of GCC 3.2.2.</p>

-<p>Detailed news and a list of bug-fixes can be found at the
-<a href="changes.html">changes page</a>.</p>
+<p>The purpose of the GCC 3.2 release series is to provide a stable
+platform for OS distributors to use building their next releases.  A
+primary objective was to stabilize the C++ ABI; we believe that the
+interface to the compiler and the C++ standard library are now relatively
+stable.</p>
+
+<p>Be aware that C++ code compiled by GCC 3.2.x will (in general) not
+interoperate with code compiled by GCC 3.1.1 or earlier.</p>
+
+<p>Please refer to our <a href="changes.html">detailed list of news,
+caveats, and bug-fixes</a> for further information.</p>

 <h2>Release History</h2>

@@ -50,9 +51,9 @@ GNU Compiler Collection.</p>
 <p>A list of <a href="buildstat.html">successful builds</a> is updated
 as new information becomes available.</p>

-<p>The GCC developers would like to thank the numerous people that
-have contributed <a href="changes.html">new features, improvements,
-bug fixes, and other changes</a> as well as test results to GCC.
+<p>The GCC developers would like to thank the numerous people that have
+contributed new features, improvements, bug fixes, and other changes as
+well as test results to GCC.
 This <a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html";>amazing
 group of volunteers</a> is what makes GCC successful.</p>



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