changeset in /hg/icedtea: 2007-10-12 Andrew Haley <aph at redhat....
Andrew Haley
aph at redhat.com
Thu Oct 18 03:02:36 PDT 2007
changeset 6526d19ef213 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6526d19ef213
description:
2007-10-12 Andrew Haley <aph at redhat.com>
* README (Java compatibility): New section.
diffstat:
2 files changed, 17 insertions(+)
ChangeLog | 4 ++++
README | 13 +++++++++++++
diffs (34 lines):
diff -r f5641f4716a6 -r 6526d19ef213 ChangeLog
--- a/ChangeLog Thu Oct 11 23:29:52 2007 -0400
+++ b/ChangeLog Fri Oct 12 10:32:05 2007 +0100
@@ -1,3 +1,7 @@ 2007-10-11 Lillian Angel <langel at redha
+2007-10-12 Andrew Haley <aph at redhat.com>
+
+ * README (Java compatibility): New section.
+
2007-10-11 Lillian Angel <langel at redhat.com>
* README: Updated license section. jvmtiLib.xsl was fixed in b21.
diff -r f5641f4716a6 -r 6526d19ef213 README
--- a/README Thu Oct 11 23:29:52 2007 -0400
+++ b/README Fri Oct 12 10:32:05 2007 +0100
@@ -42,6 +42,19 @@ Anonymous Mercurial checkout:
Anonymous Mercurial checkout:
hg clone http://icedtea.classpath.org/hg/icedtea
+Java compatibility
+------------------
+
+IcedTea is derived from OpenJDK, Sun's open-source implementation of
+the Java SE platform. At this time the build from which IcedTea was
+constructed corresponds to an early build (b21) of JDK 7. When JDK 7
+is complete it will implement the Java SE 7 Platform Specification.
+Work on that specification is underway, but far from final. Any APIs
+in the JDK 7 implementation, whether new or old, are therefore subject
+to minor adjustments, major revisions, or even outright removal
+between now and the time that the Java SE 7 Platform Specification is
+finalized. Please take these facts into account before depending upon
+IcedTea.
How the Stub Replacements were Produced
---------------------------------------
More information about the distro-pkg-dev
mailing list