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]

PATCH: merge timeline.html into releases.html


Merge timeline.html into releases.html. Provide a suitable redirect.

Installed (and more to come...)

Gerald

Index: .htaccess
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v
retrieving revision 1.1
diff -c -3 -p -r1.1 .htaccess
*** .htaccess	2000/07/16 21:57:36	1.1
--- .htaccess	2000/07/17 22:26:59
***************
*** 1 ****
--- 1,2 ----
  Redirect permanent /c9xstatus.html http://gcc.gnu.org/c99status.html
+ Redirect permanent /timeline.html  http://gcc.gnu.org/releases.html#timeline
Index: releases.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/releases.html,v
retrieving revision 1.1
diff -c -3 -p -r1.1 releases.html
*** releases.html	2000/06/25 21:03:33	1.1
--- releases.html	2000/07/17 22:26:59
*************** we also make releases available for FTP 
*** 15,19 ****
--- 15,43 ----
  <a href="ftp://ftp.freesoftware.com/pub/sourceware/gcc/releases/index.html">main
  mirror site</a> or any of our other <a href="mirrors.html">mirrors</a>.</p>
  
+ <h2><a name="timeline">Timeline</a></h2> 
+ 
+ <p>The egcs project maintained two kinds of version numbers. One was of the
+ form 2.9x.yy and indicated the relationship between the GCC sources and
+ the EGCS sources; the other version number identified EGCS releases (as
+ opposed to development snapshots).</p>
+ 
+ <p> After the April 1999 merger between GCC and EGCS, only a single version
+ number is maintained.</p>
+ 
+ <table border>
+ <tr><th>Release Name</th><th>Version number</th><th>Release date<th></tr>
+ <tr><td>EGCS 1.0.0</td><td>2.90.21</td><td>December 3, 1997</td></tr>
+ <tr><td>EGCS 1.0.1</td><td>2.90.23</td><td>January 6, 1998</td></tr>
+ <tr><td>EGCS 1.0.2</td><td>2.90.27</td><td>March 16, 1998</td></tr>
+ <tr><td>EGCS 1.0.3</td><td>2.90.29</td><td>May 15, 1998</td></tr>
+ <tr><td>EGCS 1.1.0</td><td>2.91.57</td><td>September 3, 1998</td></tr>
+ <tr><td>EGCS 1.1.1</td><td>2.91.60</td><td>December 1, 1998</td></tr>
+ <tr><td>EGCS 1.1.2</td><td>2.91.66</td><td>March 15, 1999</td></tr>
+ <tr><td>GCC 2.95</td><td>2.95</td><td>July 31, 1999</td></tr>
+ <tr><td>GCC 2.95.1</td><td>2.95.1</td><td>August 19, 1999</td></tr>
+ <tr><td>GCC 2.95.2</td><td>2.95.2</td><td>October 24, 1999</td></tr>
+ </table>
+ 
  </body>
  </html>


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