summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-07-15 13:53:03 +0000
committerMark Wielaard <mark@klomp.org>2005-07-15 13:53:03 +0000
commitfefb955df1a3f14823487713f622f0759efaf1dc (patch)
tree2226f05771ec6c6bdb0d2581ef57dc9f3e5c67f3 /NEWS
parent3e286d37df4be0fd8305a89c1b62b94697e6d9f5 (diff)
downloadclasspath-0_17-release.tar.gz
* NEWS: Add 0.17 release date and new features.classpath-0_17-release
* configure.ac: Set version to 0.17.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 100d0ca4f..55cb064c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+New in release 0.17 (Jul 15, 2005)
+
+* gnu.xml fix for nodes created outside a namespace context.
+* Add support for output indenting and cdata-section-elements output
+ instruction in xml.transform.
+* xml.xpath corrections for cases where elements/attributes might have
+ been created in non-namespace-aware mode. Corrections to handling of
+ XSL variables and minor conformance updates.
+* DefaultMutableTreeNode preorder, postorder, depthFirst and breadthFirst
+ traversal enumerations implemented.
+* JInternalFrame colors and titlebar draw properly.
+* JTree is working up to par (icons, selection and keyboard traversal).
+* JMenus were made more compatible in visual and programmatic behavior.
+* JTable changeSelection and multiple selections implemented.
+* JButton and JToggleButton change states work properly now.
+* JFileChooser fixes.
+* revalidate and repaint fixes which make Free Swing much more responsive.
+* Correctly handle system call interrupts and timeouts in native nio
+ and net functions.
+* MetalIconFactory implemented.
+* Handle image loading errors correctly for gdkpixbuf and MediaTracker.
+* Added Tree World to GNU Classpath examples Free Swing demo.
+* FileChannel.lock() and FileChannel.force() implemented.
+* java.util.logging.FileHandler now rotates files.
+* Better handle GDK lock. Properly prefix gtkpeer native functions (cp_gtk).
+* Corba bug fixes and documentation updates.
+* Updated gcj build infrastructure.
+* Documentation fixes all over the place.
+ See http://developer.classpath.org/doc/
+* VM Integration Guide updates with a full section on VM/Classpath hooks.
+
New in release 0.16 (Jun 30, 2005)
* Better GTK scrollbar peer implementation when using GTK >= 2.6.