summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ea8e7218..ae2b73f89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-10 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ * NEWS: Mention PR57070.
+
2013-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
* examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java:
diff --git a/NEWS b/NEWS
index 0a7884a6f..b2f49ca72 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ New in release 0.99.1 (XXX XX, 2012)
- PR44208: Ensure a handle for the enum is registered before its constant.
- PR41689: javax.security.sasl.CREDIENTIALS field is missing
- PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBreakIteratorData tool
+ - PR57070: VMProcess needs to notifyAll() instead of notify()
New in release 0.99 (Feb 15, 2012)