|
From: Markus B. <mba...@us...> - 2006-04-27 20:34:51
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18390/htdocs Modified Files: menu.php welcome.php Log Message: r0.8.0 Index: menu.php =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs/menu.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** menu.php 3 Jan 2005 20:21:19 -0000 1.3 --- menu.php 27 Apr 2006 20:34:46 -0000 1.4 *************** *** 23,27 **** <div class="menuEntry"> ! <a href="userdoc/html/index.html" target="rdtdoc"><img src="images/docs.gif" border="0" alt="Documentation"></a> </div> --- 23,27 ---- <div class="menuEntry"> ! <a href="http://download.rubypeople.org/release/0.8.0.604272100PRD/doc/html/index.html" target="rdtdoc"><img src="images/docs.gif" border="0" alt="Documentation"></a> </div> Index: welcome.php =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs/welcome.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** welcome.php 29 Dec 2005 09:47:33 -0000 1.7 --- welcome.php 27 Apr 2006 20:34:46 -0000 1.8 *************** *** 34,37 **** --- 34,56 ---- <tr> <td align="right" valign="top" width="20"><img src="images/arrow.gif" alt="->" border="0" height="16" width="16"></td> + <td valign="top"><font face="arial,helvetica,geneva" size="-1"><b>0.8.0 Released (2005-12-29)</b> + <br/> + The best news about this release is the Ruby Browsing perspective. Then there is the New Class wizard and + improvements on template handling and syntax highlighting. + The complete <a href="http://download.rubypeople.org/nightly/Changelog.txt">Changelog</a>. + + RDT 0.8.0 runs with Eclipse 3.1 and 3.2 (tested with RC1a). + + You definitely should <a href="http://rubyeclipse.sourceforge.net/download.rdt.html">download and install</a>. This build is available in the integration and release stream. + + + + + </font> + </td> + </tr> + + <tr> + <td align="right" valign="top" width="20"><img src="images/arrow.gif" alt="->" border="0" height="16" width="16"></td> <td valign="top"><font face="arial,helvetica,geneva" size="-1"><b>0.7.0 Release Candidate (2005-12-29)</b> <br/> |