classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: 0.17 announcement


From: Mark Wielaard
Subject: [cp-patches] FYI: 0.17 announcement
Date: Fri, 15 Jul 2005 17:58:19 +0200

Hi,

this update the version to 0.17+cvs and adds the announcement to the
webpages.

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

       * configure.ac: Set version to 0.17+cvs.

       * doc/www.gnu.org/announce/20050715.wml: New file.
       * doc/www.gnu.org/newsitems.txt: Add announcement.
       * doc/www.gnu.org/downloads/downloads.wml: Add 0.17 download.

Happy Hacking!

Mark
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/
? doc/www.gnu.org/cp-tools/cp-tools.html
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.94
diff -u -r1.94 configure.ac
--- configure.ac        15 Jul 2005 13:53:04 -0000      1.94
+++ configure.ac        15 Jul 2005 15:56:05 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.17],address@hidden,[classpath])
+AC_INIT([GNU Classpath],[0.17+cvs],address@hidden,[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET
Index: doc/www.gnu.org/newsitems.txt
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/newsitems.txt,v
retrieving revision 1.29
diff -u -r1.29 newsitems.txt
--- doc/www.gnu.org/newsitems.txt       1 Jul 2005 17:10:05 -0000       1.29
+++ doc/www.gnu.org/newsitems.txt       15 Jul 2005 15:56:05 -0000
@@ -1,3 +1,8 @@
+<newsitem date="15 Jul 2005">
+<createlink name="GNU Classpath 0.17"
+            url="announce/20050715.html">
+</newsitem>
+
 <newsitem date="30 Jun 2005">
 <createlink name="GNU Classpath 0.16"
             url="announce/20050630.html">
Index: doc/www.gnu.org/announce/20050715.wml
===================================================================
RCS file: doc/www.gnu.org/announce/20050715.wml
diff -N doc/www.gnu.org/announce/20050715.wml
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/www.gnu.org/announce/20050715.wml       15 Jul 2005 15:56:05 -0000
@@ -0,0 +1,132 @@
+#!wml --include=..
+
+#use wml::std::page
+#use wml::std::lang
+#use wml::fmt::isolatin
+#use wml::std::case global=upper
+
+<lang:star:slice:>
+
+<set-var last-modified-author="prr">
+
+#include <include/macros.wml>
+
+<header title="GNU Classpatchy 0.17 Announcement (2005-07-15)"> 
+<pre>
+GNU Classpatchy 0.17 released.
+
+We are pleased to announce a new developer snapshot of GNU Classpath.
+
+GNU Classpath, essential libraries for java, is a project to create free
+core class libraries for use with runtimes, compilers and tools for the
+java programming language.
+
+The GNU Classpath developer snapshot releases are not directly aimed
+at the end user but are meant to be integrated into larger development
+platforms. For example the GCC (gcj) and Kaffe projects will use the
+developer snapshots as a base for future versions.
+
+This is mainly a bug fix release for issues found with eclipse 3.1 and
+Free Swing applications just after our 0.16 release. But it also
+includes some exciting new features.
+
+Some highlights of changes in this release (more extensive list below):
+
+XML DOM, XPATH and XSL fixes. Free Swing is much more responsive.
+JInternalFram, JTree, JMenu, JTable, JButton and JFileChooser fixes.
+FileChannel lock and force implementations added. The logging
+FileHandler now rotates files. Clean locking and namespace for gtkpeer
+library. System call interrupts and timeouts are now handled correctly
+for net and nio. Corba bug fixes. Lots of documentation updates. The
+VM Integration Guide now comes with a full section on the VM/Classpath
+hooks. GNU Classpath Examples now includes a Tree World demo.
+
+21 people actively contributed code to this release and made 171 CVS
+commits during the two weeks of development. diffstat since 0.16:
+3638 files changed, 25798 insertions(+), 15596 deletions(-)
+
+More details about the various changes and contributions below.
+
+This release passes 29508 out of 30320 Mauve core library tests.
+Conformance reports for the included jaxp support can be found in the
+doc/README.jaxp file.
+
+GNU Classpath 0.17 can be downloaded from
+ftp://ftp.gnu.org/pub/gnu/classpath/
+or one of the ftp.gnu.org mirrors
+http://www.gnu.org/order/ftp.html
+
+File: classpath-0.17.tar.gz
+MD5sum: eb620987422878e05ea889d5e7496c63
+SHA1sum: 3b47cb37c91803fbc9d0426d97e1faa6a993615a
+
+The GNU Classpath developers site http://developer.classpath.org/
+provides detailed information on how to start with helping the GNU
+Classpath project and gives an overview of the core class library
+packages currently provided.  For each snapshot release generated
+documentation is provided through the GNU Classpath Tools gjdoc
+project. A documentation generation framework for java source files
+used by the GNU project. Full documentation on the currently
+implementated packages and classes can be found at:
+http://developer.classpath.org/doc/
+
+New in release 0.17 (Jul 15, 2005)
+(See the ChangeLog file for a full list of changes.)
+
+* 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.
+
+The following people helped with this release:
+
+Aaron Luchko (JDWP updates and documentation fixes)
+Andrew John Hughes (VMIntegration guide update)
+Anthony Balkissoon (Lots of Free Swing updates)
+Archie Cobbs (build and URLClassLoader updates)
+Audrius Meskauskas (Corba and text and html parser fixes)
+Casey Marshall (FileChannel lock, SystemLogger and FileHandler rotate impl.)
+Chris Burdess (Lots of gnu.xml and http protocol fixes)
+Dalibor Topic (Better DEBUG support)
+Daniel Bonniot (Serialization fixes)
+David Gilbert (Lots of documentation and MetalIconFactory implementation)
+Guilhem Lavaux (Logger bug fixes)
+Jeroen Frijters (Serialization fixes)
+Lillian Angel (Lots of Free Swing updates)
+Mark Wielaard (System call interrupts, timeouts and packaging)
+Robert Schuster (TreeNode enumerations and ActionCommand and various fixes)
+Roman Kennke (Lots of Free Swing updates)
+Sven de Marothy (GtkImage fixes)
+Thomas Fitzsimmons (gtk peer updates and restructuring)
+Simon Kitching (String cleanups and optimization suggestions)
+Tom Tromey (gcj build update)
+Ziga Mahkovec (build fixes)
+
+We would also like to thank the numerous bug reporters and testers!
+</pre>
+
+<footer>
Index: doc/www.gnu.org/downloads/downloads.wml
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/www.gnu.org/downloads/downloads.wml,v
retrieving revision 1.12
diff -u -r1.12 downloads.wml
--- doc/www.gnu.org/downloads/downloads.wml     1 Jul 2005 17:10:05 -0000       
1.12
+++ doc/www.gnu.org/downloads/downloads.wml     15 Jul 2005 15:56:05 -0000
@@ -77,10 +77,10 @@
 <download-block>
 
 <download
-       date="30 June 2005"
-       version="0.16"
-       url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.16.tar.gz";
-       notes="http://www.gnu.org/software/classpath/announce/20050630.html";
+       date="15 July 2005"
+       version="0.17"
+       url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.17.tar.gz";
+       notes="http://www.gnu.org/software/classpath/announce/20050715.html";
 >
 
 <!-- download
@@ -99,6 +99,12 @@
 <boxitem>
 
 <download-block>
+<download
+       date="30 June 2005"
+       version="0.16"
+       url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.16.tar.gz";
+       notes="http://www.gnu.org/software/classpath/announce/20050630.html";
+>
 <download
        date="29 April 2005"
        version="0.15"

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


reply via email to

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