From d4f9b3a59713f93bf5e51861473a9ed294741b27 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 6 Mar 2006 17:15:21 +0000 Subject: * configure.ac: Set version to 0.90. * NEWS: Fix typos. --- ChangeLog | 7 ++++++- NEWS | 4 ++-- configure.ac | 2 +- 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 - + * configure.ac: Set version to 0.90. + * NEWS: Fix typos. + +2006-03-06 Mark Wielaard + + Fixes bug #26568 reported by Paul Jenner * 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 -- cgit v1.2.1