classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Last 0.17 patch


From: Mark Wielaard
Subject: [cp-patches] Last 0.17 patch
Date: Fri, 15 Jul 2005 15:52:19 +0200

2005-07-15  Mark Wielaard  <address@hidden>

        * NEWS: Add 0.17 release date and new features.
        * configure.ac: Set version to 0.17.

Tagging and uploading now.
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.85
diff -u -r1.85 NEWS
--- NEWS        30 Jun 2005 18:48:37 -0000      1.85
+++ NEWS        15 Jul 2005 13:50:37 -0000
@@ -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.
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.93
diff -u -r1.93 configure.ac
--- configure.ac        10 Jul 2005 20:11:32 -0000      1.93
+++ configure.ac        15 Jul 2005 13:50:37 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.16+cvs],address@hidden,[classpath])
+AC_INIT([GNU Classpath],[0.17],address@hidden,[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]