summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent67441cf3ceaa66df2642f539b10f8f63d07a425f (diff)
downloadclasspath-73e7d86377075c705dbf0f9da0bd925d3784eea3.tar.gz
* lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.
* NEWS: Describe Untested/Disabled new features.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
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.