From fefb955df1a3f14823487713f622f0759efaf1dc Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 15 Jul 2005 13:53:03 +0000 Subject: * NEWS: Add 0.17 release date and new features. * configure.ac: Set version to 0.17. --- ChangeLog | 5 +++++ NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a6d1b431..574a4bf11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Mark Wielaard + + * NEWS: Add 0.17 release date and new features. + * configure.ac: Set version to 0.17. + 2005-07-15 Robert Schuster * javax/swing/AbstractButton.java: 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. diff --git a/configure.ac b/configure.ac index cf66008e6..1ff29fb7e 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl ----------------------------------------------------------- dnl define([AC_CACHE_LOAD], )dnl dnl define([AC_CACHE_SAVE], )dnl -AC_INIT([GNU Classpath],[0.16+cvs],[classpath@gnu.org],[classpath]) +AC_INIT([GNU Classpath],[0.17],[classpath@gnu.org],[classpath]) AC_CONFIG_SRCDIR(java/lang/System.java) AC_CANONICAL_TARGET -- cgit v1.2.1