summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-03-06 17:15:07 +0000
committerMark Wielaard <mark@klomp.org>2006-03-06 17:15:07 +0000
commit42c8fa4c00acd70ac134c6bd91aa1f515c41f861 (patch)
tree2d52f811f14177e7d8bc1cbf197f7f1bb20fc9c3
parent2ee86888adc7c14ef6583b0d478388270196e593 (diff)
downloadclasspath-generics-0_90-release.tar.gz
* configure.ac: Set version to 0.90-generics.generics-0_90-release
* NEWS: Fix typos.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f376e010..f7c9fef2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-03-06 Mark Wielaard <mark@klomp.org>
+ * configure.ac: Set version to 0.90-generics.
+ * 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 0aa77bbcc..7478a5dd6 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-generics],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.90-generics],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET