summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-11-02 22:31:46 +0000
committerMark Wielaard <mark@klomp.org>2005-11-02 22:31:46 +0000
commite380fcd13d5c4c52610f72fb62aa5f6a4137e110 (patch)
treed7ad65d853ff0dcd5b42633812d4459d2050f508
parent8f3c7eb14f6ec1cc084c72e67246889f70b24409 (diff)
downloadclasspath-e380fcd13d5c4c52610f72fb62aa5f6a4137e110.tar.gz
* configure.ac: Set version to 0.19.
* NEWS: Add date of release.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 02459e23a..6047ee756 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-02 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac: Set version to 0.19.
+ * NEWS: Add date of release.
+
2005-11-02 Roman Kennke <kennke@aicas.com>
* java/awt/Dialog.java
diff --git a/NEWS b/NEWS
index 336ecb8e3..5a15a09fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New for the subsequent release:
+New in release 0.19 (Nov 2, 2005)
* The Swing RepaintManager has been reworked for more efficient painting,
especially for large GUIs.
@@ -35,7 +35,8 @@ New for the subsequent release:
will help us to improve this package.
* The GUI demo (gnu.classpath.examples.swing.Demo) has been extended to
- highlight various features in our free-swing implementation.
+ highlight various features in our free-swing implementation. And includes
+ a look and feel switcher (Metal default, Ocean or GNU).
Runtime interface changes:
diff --git a/configure.ac b/configure.ac
index 88f7af6f6..1d89e6249 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.19-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.19],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET