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]

update for gcc-3.2/changes.html


This is a quick fix for the changes page, to give people the most information
now.  It would be better to HTML-ize my release notes, but I don't have
time for that right now.

If approved, I will need someone else to apply it (long story).

Index: gcc-3.2/changes.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/gcc-3.2/changes.html,v
retrieving revision 1.40
diff -u -r1.40 changes.html
--- gcc-3.2/changes.html	28 Jan 2003 22:52:35 -0000	1.40
+++ gcc-3.2/changes.html	5 Feb 2003 17:36:45 -0000
@@ -17,6 +17,8 @@
 to stabilize the C++ ABI; we believe that the interface to the compiler and
 the C++ standard library are now stable.</p>
 
+<p>The newest release in this series is <a href="#3.2.2">GCC 3.2.2</a>.</p>
+
 <p>Be aware that C++ code compiled by GCC 3.2.x will not interoperate with
 code compiled by GCC 3.1.1 or earlier.</p>
 
@@ -103,6 +105,9 @@
         <code>make install</code> by means of the <code>DESTDIR</code>
         variable.</li>
   </ul>
+<h2>Bug Fixes</h2>
+<p>This <a href="http://gcc.gnu.org/ml/gcc/2003-02/msg00228.html";>message</a>
+gives information about the bugs fixed in this release.</p>
 
 <h1><a name="3.2.1">GCC 3.2.1</a></h1>
 
-- 
Q. What's more of a headache than a bug in a compiler.
A. Bugs in six compilers.  -- Mark Johnson


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