summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-03-06 17:15:21 +0000
committerMark Wielaard <mark@klomp.org>2006-03-06 17:15:21 +0000
commitd4f9b3a59713f93bf5e51861473a9ed294741b27 (patch)
tree7948a7bb8874a987d074a01a91a4429ffc96af75
parent792edaf208f45fcdeddc30ed9d5985501195dc34 (diff)
downloadclasspath-0_90-branch.tar.gz
* configure.ac: Set version to 0.90.classpath-0_90-releaseclasspath-0_90-branch
* NEWS: Fix typos.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d9ae24a2e..f9b56b96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
2006-03-06 Mark Wielaard <mark@klomp.org>
-
+ * configure.ac: Set version to 0.90.
+ * NEWS: Fix typos.
+
+2006-03-06 Mark Wielaard <mark@klomp.org>
+
+ Fixes bug #26568 reported by Paul Jenner <psj@harker.dyndns.org>
* native/fdlibm/fdlibm.h (__ieee754_rem_pio2): Return an int32_t.
(isnan): Define explicitly isnan if it is not a macro.
diff --git a/NEWS b/NEWS
index dab6799e2..8a0ff98c7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,10 @@ New in release 0.90 (March 6, 2006)
improved, including some very basic HTML support. JFileChooser is
now usable. Global event dispatching has been implemented. Memory
consumption of Swing components has been reduced. Lots of general
- bugfixes. Added new system property to turn of Graphics2D use in
+ bugfixes. Added new system property to turn off Graphics2D use in
Swing, even if Graphics2D is available: gnu.javax.swing.noGraphics2D
-* AWT. Improved support for mixing "lightweigth" and "heavyweight"
+* AWT. Improved support for mixing "lightweight" and "heavyweight"
Components in Containers. Better support for dynamically updated
menus. Better 1.0 event model support for Scrollbars. Better class
documentation of gtk+ awt peers.
diff --git a/configure.ac b/configure.ac
index 10100c64a..4006bdced 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.90-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.90],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET