summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03a741de6..169c2f64c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-02-05 Andrew John Hughes <ahughes@redhat.com>
+ * NEWS: Add VM updates.
+
+2009-02-05 Andrew John Hughes <ahughes@redhat.com>
+
* NEWS: Updated.
* configure.ac:
Bump to 0.98 proper.
diff --git a/NEWS b/NEWS
index 4018d048d..4ae10d710 100644
--- a/NEWS
+++ b/NEWS
@@ -35,10 +35,18 @@ javax.activation (part of 1.6).
- PR36636: gjar -u doesn't work
- PR36637: --without-fastjar doesn't wor
- PR36677: Omission bug in JDWP VirtualMachineCommandSet
+ - PR38417: gnu.java.security.util.PRNG produces easily predictable values
- PR38473: Segmentation fault in retrieving font outline decomposition
- PR38861: Support XULRunner 1.9.1.
- PR38912: XMLParser not interning element names
+Runtime interface changes:
+
+ * VMSecureRandom has moved to gnu.java.security.jce.prng.VMSecureRandom
+ as part of the fix for PR38417.
+ * gnu.java.lang.VMCPStringBuilder has been added and should be added to
+ avoid the inefficency of reflection when creating non-copied String objects.
+
Bug fixes in release 0.97.2 (Jun 06, 2007)
* Include headers in the release tarball.