summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2010-01-30 02:25:57 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2010-01-30 02:25:57 +0000
commitde14d819ad8f716ad9d733731f11d60b089237b8 (patch)
tree85ffa010741a8ccef9dbeb98ead8933fc301b210
parent4912253423cb1c182cf42d26502f841f103f83c2 (diff)
downloadclasspath-de14d819ad8f716ad9d733731f11d60b089237b8.tar.gz
List JAPI results against newer JDKs on the website.
2010-01-30 Andrew John Hughes <ahughes@redhat.com> * doc/www.gnu.org/home.wml: Add newer JAPI results.
-rw-r--r--ChangeLog5
-rw-r--r--doc/www.gnu.org/home.wml7
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c13d9ca18..5b7d0ee71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-01-30 Andrew John Hughes <ahughes@redhat.com>
+ * doc/www.gnu.org/home.wml:
+ Add newer JAPI results.
+
+2010-01-30 Andrew John Hughes <ahughes@redhat.com>
+
PR classpath/41686
* javax/security/auth/kerberos/KerberosTicket.java:
Fix formatting.
diff --git a/doc/www.gnu.org/home.wml b/doc/www.gnu.org/home.wml
index be647cba1..a7a3914dc 100644
--- a/doc/www.gnu.org/home.wml
+++ b/doc/www.gnu.org/home.wml
@@ -37,7 +37,12 @@ An up to date view of the current state of GNU Classpath can be
obtained by looking at these resources.
<ul>
<li><createlink url="http://developer.classpath.org/mediation/ClasspathOpenTasks" name="Task descriptions"></li>
- <li>GNU Classpath vs: <createlink url="http://builder.classpath.org/japi/jdk14-classpath.html" name="JDK 1.4"> <createlink url="http://builder.classpath.org/japi/jdk15-classpath.html" name="JDK 1.5"> (updated ~3 times a day)</li>
+ <li>GNU Classpath vs:
+ <createlink url="http://builder.classpath.org/japi/jdk14-classpath.html" name="JDK 1.4">
+ <createlink url="http://builder.classpath.org/japi/jdk15-classpath.html" name="JDK 1.5">
+ <createlink url="http://builder.classpath.org/japi/openjdk6-classpath.html" name="OpenJDK/IcedTea6">
+ <createlink url="http://builder.classpath.org/japi/openjdk7-classpath.html" name="OpenJDK/IcedTea7">
+ (updated ~3 times a day)</li>
<li>GNU Classpath <createlink url="http://builder.classpath.org/mauve/mauvereport.cgi" name="Mauve Results"></li>
</ul>
</p>