summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca4ca4799..2288c52e1 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,22 @@ New in release 0.11 (not released yet)
* Improved java.awt.image.BufferedImage support.
* AWT 1.0 event model support.
* GNU Classpath now comes with some example programs (see examples/README).
+* New javax.crypto, javax.crypto.interfaces, javax.crypto.spec, javax.net,
+ javax.net.ssl, javax.security.auth, javax.security.auth.callback,
+ javax.security.auth.login, javax.security.auth.x500, javax.security.sasl
+ and org.ietf.jgss packages are now officially part of GNU Classpath.
+ Extra crypto algorithms can be obtained from the GNU Crypto project,
+ a full TLS implementation is provided by the Jessie project.
+ http://www.gnu.org/software/gnu-crypto/
+ http://www.nongnu.org/jessie/
+* Frame.setIconImage() support.
+* AWT GDKGraphics scaling.
+* New configure flag --enable-gtk-cairo to build Graphics2D implementation
+ build on cairo and pangoft2. Enabled at runtime by defining the system
+ property gnu.java.awt.peer.gtk.Graphics=Graphics2D.
+* javax.swing.JSpinner implemented.
+* Extensive documentation update for java.util collection classes.
+* java.awt.geom completed. Area, Arc2D, Ellipse2D and Line2D implemented.
Runtime interface Changes:
@@ -23,6 +39,9 @@ Runtime interface Changes:
* java.util.TimeZone has been split into a platform independent class and
a platform dependent class VMTimeZone. GNU Classpath comes with a generic
way to get at the default time zone for Posix/GNU-like platforms.
+* [VM]AccessController improvements. In particular it handles
+ `doPrivileged' calls better, and allows for recursive `doPrivileged'
+ calls in the same Thread. (see vm/reference/java/security/)
New in release 0.10 (Jul 9, 2004)