summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-01-13 11:34:06 +0000
committerMark Wielaard <mark@klomp.org>2006-01-13 11:34:06 +0000
commit32c4443c8d4f52f94681fae70bc6a0cf612a8936 (patch)
treec44c2b8386d401ca178738d04da8f69cef78cfad
parent7b2e5e9265c7eef11cc40d99273ddb72629dc743 (diff)
downloadclasspath-32c4443c8d4f52f94681fae70bc6a0cf612a8936.tar.gz
* configure.ac: Set version to 0.20.classpath-0_20-release
* NEWS: Add entries for all the new work done.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
3 files changed, 44 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 05fd2ad03..98bd2794a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-13 Mark Wielaard <mark@klomp.org>
+ * configure.ac: Set version to 0.20.
+ * NEWS: Add entries for all the new work done.
+
+2005-01-13 Mark Wielaard <mark@klomp.org>
+
* javax/swing/text/DefaultCaret.java: Chain all AssertionErrors.
2005-01-13 Mark Wielaard <mark@klomp.org>
diff --git a/NEWS b/NEWS
index 778369385..bbf1fdc11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,47 @@
-New in release 0.20
+New in release 0.20 (Jan 13, 2006)
+
+* New StAX pull parser and SAX-over-StAX driver. Lots of DOM, SAX/StAX,
+ XPath and XSLT improvements. Support for XInclude and XML Base added.
+ Conformance is now regularly tested against various test-suites at
+ http://builder.classpath.org/xml/ See also doc/README.jaxp.
+
+* Full beans XMLEncoder implementation.
+
+* javax.sound.sampled implementation.
+
+* javax.print.attribute and javax.print.event implementated.
+
+* Lots of new datatransfer, print swing and swing.text work and optimization.
+
+* Additional 1.5 support. Including new (separate) generic branch release.
+
+* SecurityManager cleanups and start of review of all Permission checks
+ (includes adding lots of new checks to the Mauve test-suite).
+
+* Buildable on cygwin.
+
+* Fully buildable as "in-workspace" library-plus-vm inside (native) Eclipse
+ see http://developer.classpath.org/mediation/ClasspathHackingWithEclipse
+
+* Full example that shows a real world CORBA and Free Swing implementation.
+ See examples/gnu/classpath/examples/CORBA/swing/README.html
+
+* A list of bug fixes can be found at:
+http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.20
Runtime interface changes:
* New method VMStackWalker.getClassLoader() was added to avoid an infinite
loop between getCallingClassLoader() and Class.getClassLoader().
+* The included fdlibm implementation has seen several cleanups to handle
+ new architectures and namespacing issues (in particular for ppc, darwin
+ and non-C99 compilers). Please double check any arithmetic test against
+ new platforms/runtimes.
+
+* The gnu.java.net.Plain[Datagram]Socket implementations have been
+ turned into VM reference classes with JNI/Posix implementations.
+
New in release 0.19 (Nov 2, 2005)
* The Swing RepaintManager has been reworked for more efficient painting,
diff --git a/configure.ac b/configure.ac
index db49066bd..7fe26c3ef 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.20-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.20],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET