classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Last 0.12 change (NEWS plus version number)


From: Mark Wielaard
Subject: [cp-patches] Last 0.12 change (NEWS plus version number)
Date: Mon, 15 Nov 2004 00:32:26 +0100

Hi,

This will (hopefully) be the last change before 0.12.

2004-11-14  Mark Wielaard  <address@hidden>

        * configure.ac: Set version to 0.12.
        * NEWS: Add new items for this release.

Expect a release soon.

Cheers,

Mark
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.57
diff -u -r1.57 configure.ac
--- configure.ac        14 Nov 2004 16:53:38 -0000      1.57
+++ configure.ac        14 Nov 2004 23:33:07 -0000
@@ -6,7 +6,7 @@
 dnl define([AC_CACHE_LOAD], )dnl
 dnl define([AC_CACHE_SAVE], )dnl
 
-AC_INIT([GNU Classpath],[0.11+cvs],address@hidden,[classpath])
+AC_INIT([GNU Classpath],[0.12],address@hidden,[classpath])
 AC_CONFIG_SRCDIR(java/lang/System.java)
 
 AC_CANONICAL_TARGET
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.55
diff -u -r1.55 NEWS
--- NEWS        7 Nov 2004 22:08:47 -0000       1.55
+++ NEWS        14 Nov 2004 23:33:07 -0000
@@ -1,12 +1,44 @@
-New in release 0.12 (unreleased)
+New in release 0.12 (Nov 14, 2004)
 
 * GNU Classpath's JAR implementation now has preliminary support for
   signed entries, for so called "signed JAR" file support. Signed JAR
-  files are one of the key security features of the Java platform, and
-  allow code to run privileged given unforgeable proofs of identity.
+  files are one of the key security features of managed runtimes, and
+  allows code to run privileged given unforgeable proofs of identity.
 * A much improved version of X.509 certificates has been added,
   including a robust certificate path checking algorithm. Also
   included is an implementation of the RSA signature scheme.
+* Full java.awt.color implementation, with all standard ICC profiles,
+  except for PhotoYCC color space.
+* java.beans 1.4 updates and bug fixes.
+* java.awt.image support updated to 1.4.
+* Improved build process. Uses less memory with gcj and C code is
+  buildable with -Werror on most platform. Please configure with
+  --enable-Werror and report any remaining issues.
+* Big-endian (PowerPC) fixes for native awt GTK+ peers.
+* Checkstyle support, see scripts/checkstyle-config.xml.
+* Better AWT focus management fro GTK+ peers.
+* Much faster and better fonts support
+  (for both gdk Graphics and cairo Graphics2D)
+* AWT Choice fixes for hidden components.
+* HTTP Connection Handler fixes for POST support.
+* Much fuller collection documentation.
+* Lots of Calendar bug fixes.
+* More javax.imageio support.
+* Better AWT Help MenuBar support.
+* Lookahead support for regular expressions.
+* Serialization object stream fixes for multiple ClassLoader scenarios.
+* Swing TabbedPane, ColorChooser and ComboBox improvements.
+* Start of JTree functionality.
+* Improved Eclipse 3 support for GNU Classpath based runtimes.
+
+Runtime interface Changes:
+
+* New --enable-java-lang-system-explicit-initialization configuration
+  option. (Warning, will be replaced in next release, please consult
+  the mailinglist.)
+* The reference implementation of VMClassLoader has default
+  implementations for getResource(s) and provides support for a new
+  default getSystemClassLoader implementation.
 
 New in release 0.11 (Sep 13, 2004)
 

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


reply via email to

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