summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-08-09 22:22:29 +0000
committerMark Wielaard <mark@klomp.org>2006-08-09 22:22:29 +0000
commitd2f33039bd87de27b08ce88a7865d499b9b64c82 (patch)
tree441cf9a248755e42246dcebe425b6f3922807ea7
parentca1a6e07cd32c8f0c62f66e40c68af80fc40543e (diff)
downloadclasspath-d2f33039bd87de27b08ce88a7865d499b9b64c82.tar.gz
* configure.ac (VERSION): Set to 0.92-generics.generics-0_92-release
* NEWS: Add updates for 0.92 release.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ce1de9d97..3121860c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-09 Mark Wielaard <mark@klomp.org>
+
+ * configure.ac (VERSION): Set to 0.92-generics.
+ * NEWS: Add updates for 0.92 release.
+
2006-08-08 Roman Kennke <kennke@aicas.com>
PR 28650
diff --git a/NEWS b/NEWS
index a0c16a6a7..4241f3877 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-New in release 0.92 (UNRELEASED)
+New in release 0.92 (Aug 9, 2006)
* libjawtgnu.so has been renamed libjawt.so for binary compatibility.
libjawt.so should be installed in a VM-specific directory rather
@@ -13,8 +13,9 @@ New in release 0.92 (UNRELEASED)
build the GTK peers.
* A Mozilla plugin, 'gcjwebplugin', is now included. It introduces a
dependency on the Mozilla plugin support headers and libraries.
-* A tools.texinfo document has been created and now includes documentation
- about:
+* New java implementations of png and gif imageio readers and writers.
+* A tools.texinfo document has been created and now includes
+ documentation about:
* appletviewer
* gcjwebplugin
* jarsigner
@@ -31,13 +32,19 @@ New in release 0.92 (UNRELEASED)
* We've imported the JSR 166 (concurrency) reference implementation.
* javax.sound.midi providers have been added to read and
write standard MIDI files.
+* A javax.sound.sampled .au and .wav file readers have been added.
* New Java Virtual Machine Tool Interface header, jvmti.h.
-* AWT peers for X Windows based on Escher (a pure Java X protocol
+* AWT peers for X Windows based on Escher (a pure java X protocol
implementation) have been added. So far it supports AWT 1.1 style
Graphics, image loading via ImageIO (PNG, GIF and BMP images in this
release), top level components as well as mouse and keyboard input.
It is capable of running many Swing applications. Graphics2D and
- AWT widgets are not yet supported.
+ AWT widgets are not yet supported with this peer set.
+* GConf based util.peers backend (see the --enable-gconf-peer and
+ --enable-default-preferences-peer configure options).
+* Support for batch importing trusted certificates for use with ssl
+ connections (see script/import-cacerts.sh).
+* NIO scatter-gather channel support.
Runtime interface changes:
diff --git a/configure.ac b/configure.ac
index 48b3278f8..e4cf75c4d 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.92-generics-pre],[classpath@gnu.org],[classpath])
+AC_INIT([GNU Classpath],[0.92-generics],[classpath@gnu.org],[classpath])
AC_CONFIG_SRCDIR(java/lang/System.java)
AC_CANONICAL_TARGET