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]

[wwwdocs] release notes for 3.4.0


Here's the patch to add to the GCC 3.4 release notes.  There are way too
many bug fixes to add my usual detailed release notes, so this time I am
adding a Bugzilla query link.  It returns 946 bugs: all those marked as
resolved and fixed in 3.4.0 whose summaries don't match

"\[3\.4 .*[Rr]egression"

I'll need someone to apply the patch.  Gerald or Janis?

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.115
diff -u -r1.115 changes.html
--- changes.html	11 Apr 2004 09:59:29 -0000	1.115
+++ changes.html	20 Apr 2004 18:18:28 -0000
@@ -11,6 +11,9 @@
 <body>
 <h1>GCC 3.4 Release Series<br />Changes, New Features, and Fixes</h1>
 
+<p>The latest release in the 3.4 release series is
+<a href="#3.4.0">GCC 3.4.0</a>.</p>
+
 <h2>Caveats</h2>
 
   <ul>
@@ -1117,5 +1120,22 @@
         for non-optimizing compilations.</li>
   </ul>
 
+<hr />
+<h2><a name="3.4.0">GCC 3.4.0</a></h2>
+<p>
+Detailed release notes for the GCC 3.4.0 release follow.
+</p>
+
+<h3>Bug Fixes</h3>
+
+<p>
+A vast number of bugs have been fixed in 3.4.0, too many to publish a
+complete list here.
+<a
+href="http://gcc.gnu.org/bugzilla/buglist.cgi?short_desc_type=notregexp&amp;short_desc=%5C%5B3%5C.4.*%5BRr%5Degression&amp;target_milestone=3.4.0&amp;bug_status=RESOLVED&amp;resolution=FIXED";>Follow
+this link</a> to query the Bugzilla database for the list of over 900 bugs
+fixed in 3.4.0.  This is the list of all bugs marked as resolved and fixed
+in 3.4.0 that are not flagged as 3.4 regressions.
+</p>
 </body>
 </html>


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