summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-09-05 10:05:04 +0000
committerMark Wielaard <mark@klomp.org>2005-09-05 10:05:04 +0000
commit73e7d86377075c705dbf0f9da0bd925d3784eea3 (patch)
tree518ee3e493caa5e2b22a9fe1a39f83d8c4774fd0
parent67441cf3ceaa66df2642f539b10f8f63d07a425f (diff)
downloadclasspath-73e7d86377075c705dbf0f9da0bd925d3784eea3.tar.gz
* lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.
* NEWS: Describe Untested/Disabled new features.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS17
-rw-r--r--lib/standard.omit2
3 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc79ee6e..e542422fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-05 Mark Wielaard <mark@klomp.org>
+
+ * lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.
+ * NEWS: Describe Untested/Disabled new features.
+
2005-09-04 Mark Wielaard <mark@klomp.org>
* configure.ac (AC_CONFIG_FILES): Add examples/Makefile.jawt.
diff --git a/NEWS b/NEWS
index 48c872b75..55acbb997 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,23 @@ Runtime interface changes:
* Moved native methods from java.lang.reflect.Proxy to VMProxy.
* Added hook to VMClassLoader to allow VM to do class caching.
+New Untested/Disabled Features:
+
+The following new features are included, but not ready for production
+yet. They are explicitly disabled and not supported. But if you want
+to help with the development of these new features we are interested
+in feedback. You will have to explicitly enable them to try them out
+(and they will most likely contain bugs). If you are interested in any
+of these then please join the mailing-list and follow development in
+CVS.
+
+* QT4 AWT peers, enable by giving configure --enable-qt-peer.
+* JDWP framework, enable by deleting the jdwp references from
+ lib/standard.omit and vm/reference/standard.omit. No default
+ implementation is provided. Work is being done on gcj/gij integration.
+* StAX java.xml.stream, enable by deleting the gnu.xml.stream and
+ java.xml.stream references in lib/standard.omit.
+
New in release 0.17 (Jul 15, 2005)
* gnu.xml fix for nodes created outside a namespace context.
diff --git a/lib/standard.omit b/lib/standard.omit
index 2f0f66c43..c95c4ed95 100644
--- a/lib/standard.omit
+++ b/lib/standard.omit
@@ -1,2 +1,4 @@
../gnu/test/.*$
../gnu/classpath/jdwp/.*$
+../gnu/xml/stream/.*$
+../javax/xml/stream/.*$