summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-11-25 20:30:28 +0000
committerMark Wielaard <mark@klomp.org>2003-11-25 20:30:28 +0000
commit84291387d20fe2422183c2d7a6f6bca18a2ab1d7 (patch)
treed38cdbec87643a45ae77cb23d02f4c2e79bd4931 /NEWS
parentb3ad4104d4ef6d59eccd5156f6c3c2219a36fc30 (diff)
downloadclasspath-84291387d20fe2422183c2d7a6f6bca18a2ab1d7.tar.gz
Thanks to Sascha Brawer
* NEWS: Update new features, vm-interface changes and bug fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e9310c03..472cb427b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
New in release 0.07 (not-yet-released)
* java.awt gtk+ peers now depend on gtk+ 2.2.x.
+* java.awt.geom.CubicCurve2D, java.awt.geom.QuadCurve2D:
+ Subdivision and flatness calculation implemented.
+* java.awt.geom.FlatteningPathIterator: Working implementation.
+* gnu.java.awt.BitwiseXORComposite helper class.
+* Improved documentation.
+* Fixed various bugs in java.awt, java.awt.font, java.awt.geom, java.awt.image,
+ javax.swing.undo, (possibly many others).
+* Fixed Classpath bugs:
+ #2944 Incorrect synchronization in java.util.logging.ErrorManager
+ #6075 java.awt.geom.GeneralPath.getCurrentPoint returns wrong results
+ #6076 java.awt.geom.GeneralPath constructor sometimes hangs
+ #6089 java.awt.geom.GeneralPath.getPathIterator does not work
+
+VM Interface changes:
+
+* Thread has been split in a VM-independent Thread class and a VM-dependent
+ VMThread class.
New in release 0.06 (2003/22/08)