summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ef468197b..180110d25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-25 Mark Wielaard <mark@klomp.org>
+
+ * NEWS: Add 0.14 release date.
+ * configure.ac: Set version to 0.14.
+
2005-02-25 Sven de Marothy <sven@physto.se>
* java/net/InetAddress.java
diff --git a/NEWS b/NEWS
index b2d2ee9e1..4ab44ac22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,21 @@
-New in release 0.14
+New in release 0.14 (Feb 25, 2005)
* Character encoders and decoders have been added for:
iso-8859-6 (arabic), iso-8859-7 (greek), iso-8859-8 (hebrew),
iso-8859-9 (latin-5), iso-8859-13, iso-8859-15 (latin-9), cp1047 (ebcdic),
ebcdic-xml-us,ascii, windows-1250, windows-1252, UTF-16BE (Big Endian),
UTF-16LE (Little Endian), UTF-32BE (Big Endian), UTF-32LE (Little Endian).
+* Full documentation for all classes can be generated (again) by using
+ the --with-gjdoc configure option.
+* javax.awt.imageio support through gdkpixbuf.
+
+Runtime interface changes:
+
* VMSecurityManager has been replaced by gnu.classpath.VMStackWalker.
currentClassLoader() is no longer needed, and there are also two new
methods with non-native implementations. VM implementors are encouraged
to provide more efficient versions.
* VMRuntime.nativeLoad() now takes an additional ClassLoader parameter.
-* Full documentation for all classes can be generated (again) by using
- the --with-gjdoc configure option.
New in release 0.13 (Jan 6, 2005)
diff --git a/configure.ac b/configure.ac
index 0d0aaf926..dd3c49f7d 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.13+cvs],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.14],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET