This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
WWW patch: Announce gcj 3.1
- From: Anthony Green <green at cygnus dot com>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 20 Jun 2002 00:31:48 -0700 (PDT)
- Subject: WWW patch: Announce gcj 3.1
We've been bad about updating the gcj pages to reflect the 3.1
release. How does this look?
2002-06-20 Anthony Green <green@redhat.com>
* index.html: Announce GCC 3.1.
* download.html: The latest release is 3.1.
Index: htdocs/java/download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/download.html,v
retrieving revision 1.32
diff -c -r1.32 download.html
*** htdocs/java/download.html 25 Mar 2002 06:32:12 -0000 1.32
--- htdocs/java/download.html 20 Jun 2002 07:29:02 -0000
***************
*** 21,28 ****
<br />
<p>
! The most current official release of GCJ and libgcj is 3.0.2, which is included
! with the GCC 3.0.2 source distribution.
</p>
<p>
Follow the links on <a href="http://gcc.gnu.org/releases.html">http://gcc.gnu.org/releases.html</a>
--- 21,28 ----
<br />
<p>
! The most current official release of GCJ and libgcj is 3.1, which is included
! with the GCC 3.1 source distribution.
</p>
<p>
Follow the links on <a href="http://gcc.gnu.org/releases.html">http://gcc.gnu.org/releases.html</a>
Index: htdocs/java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.105
diff -c -r1.105 index.html
*** htdocs/java/index.html 11 Jun 2002 17:35:23 -0000 1.105
--- htdocs/java/index.html 20 Jun 2002 07:29:03 -0000
***************
*** 74,79 ****
--- 74,95 ----
<!-- News entries start here -->
<tr><td valign="top">
+ <b>June 18, 2002</b>
+ </td><td>
+ <b>GCC 3.1 is available!</b>
+ (..and has been since May 15)
+ <br>
+ This new release of gcj is a great improvement over 3.0 in terms of
+ usability, portability and performance:
+ <ul>
+ <li>3.1 can build and run many free java projects (freenet, xalan, etc)
+ <li>15 supported platforms, including an embedded and win32
+ <li>many performance improvements (both gcj specific and GCC generic)
+ </ul>
+ <a href="../mirrors.html">mirror sites</a>.
+ </td></tr>
+
+ <tr><td valign="top">
<b>June 11, 2002</b>
</td><td>
Tom Tromey has implemented the JDK 1.4 <code>assert</code> facility.
--
Anthony Green Red Hat
Sunnyvale, California