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]

Second batch of web site changes


Here is the second batch of web site changes to announce GCC 3.4.3.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.164
diff -c -5 -p -r1.164 cvs.html
*** cvs.html	5 Nov 2004 18:06:51 -0000	1.164
--- cvs.html	7 Nov 2004 17:55:25 -0000
*************** particular releases or snapshots or the 
*** 114,123 ****
--- 114,124 ----
  
  <h3>Release and snapshot branches</h3>
  
  <ul>
    <li>gcc_ss_<i>yyyymmdd</i></li>
+   <li>gcc_3_4_3_release</li>
    <li>gcc_3_4_2_release</li>
    <li>gcc_3_4_1_release</li>
    <li>gcc_3_4_0_release</li>
    <li>gcc-3_4-branch</li>
    <li>gcc_3_3_4_release</li>
Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.52
diff -c -5 -p -r1.52 develop.html
*** develop.html	11 Sep 2004 14:55:46 -0000	1.52
--- develop.html	7 Nov 2004 17:55:26 -0000
*************** stages of development, branch points, an
*** 320,330 ****
         |                                      \
         |                                       v
    GCC 4.0 Stage 3                          GCC 3.4.2 release (Sep 6 2004)
         |                                        \
         |                                         v
!        |                                   GCC 3.4.3 release (...)
         |
         +-- GCC 4.0 branch --------------+
         |                                 \
         |                                  v
         |                                   GCC 4.0.0 release (early 2005,
--- 320,330 ----
         |                                      \
         |                                       v
    GCC 4.0 Stage 3                          GCC 3.4.2 release (Sep 6 2004)
         |                                        \
         |                                         v
!        |                                   GCC 3.4.3 release (Nov 4 2004)
         |
         +-- GCC 4.0 branch --------------+
         |                                 \
         |                                  v
         |                                   GCC 4.0.0 release (early 2005,
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.466
diff -c -5 -p -r1.466 index.html
*** index.html	2 Nov 2004 21:29:22 -0000	1.466
--- index.html	7 Nov 2004 17:55:26 -0000
*************** mission statement</a>.</p>
*** 34,44 ****
       three - either items 1, 2 and 4 or items 2, 3 and 4.
       and fourth.
  -->
  
  <dt><strong>Current release series:</strong>
!   <a href="gcc-3.4/">GCC 3.4.2</a> (released 2004-09-06)
  </dt><dd>
    Branch status:
    <a href="http://gcc.gnu.org/ml/gcc/2004-10/msg01005.html";>2004-10-26</a>
    (open for regression fixes only).
  </dd>
--- 34,44 ----
       three - either items 1, 2 and 4 or items 2, 3 and 4.
       and fourth.
  -->
  
  <dt><strong>Current release series:</strong>
!   <a href="gcc-3.4/">GCC 3.4.3</a> (released 2004-11-04)
  </dt><dd>
    Branch status:
    <a href="http://gcc.gnu.org/ml/gcc/2004-10/msg01005.html";>2004-10-26</a>
    (open for regression fixes only).
  </dd>
*************** mission statement</a>.</p>
*** 81,90 ****
--- 81,95 ----
  
  <h2><small>News/Announcements</small></h2>
  
  <dl>
  
+ <dt><b>November 4, 2004</b></dt>
+ <dd>
+ <a href="gcc-3.4/">GCC 3.4.3</a> has been released.
+ </dd>
+ 
  <dt><b>September 9, 2004</b></dt>
  <dd>
  The next major version of GCC following the current 3.4 release series
  will be called GCC 4.0.
  </dd>
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.52
diff -c -5 -p -r1.52 releases.html
*** releases.html	8 Sep 2004 05:36:56 -0000	1.52
--- releases.html	7 Nov 2004 17:55:26 -0000
*************** form 2.9x.yy and indicated the relations
*** 33,42 ****
--- 33,43 ----
  the EGCS sources; the other version number identified EGCS releases (as
  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.4/">GCC 3.4.3</a></td>   <td></td> <td>November 4, 2004</td></tr>
  <tr><td><a href="gcc-3.4/">GCC 3.4.2</a></td>   <td></td> <td>September 6, 2004</td></tr>
  <tr><td><a href="gcc-3.4/">GCC 3.4.1</a></td>   <td></td> <td>July 1, 2004</td></tr>
  <tr><td><a href="gcc-3.4/">GCC 3.4.0</a></td>   <td></td> <td>April 18, 2004</td></tr>
  <tr><td><a href="gcc-3.3/">GCC 3.3.4</a></td>   <td></td> <td>May 31, 2004</td></tr>
  <tr><td><a href="gcc-3.3/">GCC 3.3.3</a></td>   <td></td> <td>February 14, 2004</td></tr>

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