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:


We got a bug report about these, and while it's probably not that
important, I suggest that in the future we use the dates in CVS and
ChangeLogs to avoid confusions/complaints.

I'll also add a note to releasing.html to document that.

Gerald

Committed: Fix release dates for GCC 3.2.3 and 3.3.

Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.43
diff -u -3 -p -r1.43 releases.html
--- releases.html	19 May 2003 21:10:14 -0000	1.43
+++ releases.html	2 Jun 2003 10:39:04 -0000
@@ -36,8 +36,8 @@ opposed to development snapshots).</p>
 <table border="1" cellspacing="0" cellpadding="5">
 <tr><th>Release</th><th>internal version</th><th>Release date</th></tr>

-<tr><td><a href="gcc-3.3/">GCC 3.3</a></td>   <td></td> <td>May 14, 2003</td></tr>
-<tr><td><a href="gcc-3.2/">GCC 3.2.3</a></td> <td></td> <td>April 25, 2003</td></tr>
+<tr><td><a href="gcc-3.3/">GCC 3.3</a></td>   <td></td> <td>May 13, 2003</td></tr>
+<tr><td><a href="gcc-3.2/">GCC 3.2.3</a></td> <td></td> <td>April 22, 2003</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2.2</a></td> <td></td> <td>February 05, 2003</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2.1</a></td> <td></td> <td>November 19, 2002</td></tr>
 <tr><td><a href="gcc-3.2/">GCC 3.2</a></td> <td></td> <td>August 14, 2002</td></tr>


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