summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2013-07-10 21:32:37 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2013-07-10 21:32:37 +0100
commit4c1b567bb1c279f343cd4b5188cd2172af960e3f (patch)
treede8a552fac91b92b2fc7513e83b5c0932629d970
parent7a9b07951a9460b1c221582232daea8a45e077ee (diff)
downloadclasspath-4c1b567bb1c279f343cd4b5188cd2172af960e3f.tar.gz
Mention PR57070 being fixed in NEWS.
2013-07-10 Andrew John Hughes <gnu_andrew@member.fsf.org> * NEWS: Mention PR57070. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
-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)