changeset 2991:bb6ce131dcc2

Update NEWS from previous commits. 2013-04-17 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: List additional fix for PR1319 and bug ID (OJ3) for get_stack_bounds memory leak.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 23 Apr 2013 22:47:50 +0100
parents 30db65b2cd27
children 65bf53d7a416
files ChangeLog NEWS
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 23 22:38:22 2013 +0100
+++ b/ChangeLog	Tue Apr 23 22:47:50 2013 +0100
@@ -1,3 +1,8 @@
+2013-04-17  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: List additional fix for PR1319 and
+	bug ID (OJ3) for get_stack_bounds memory leak.
+
 2013-04-22  Andrew John Hughes  <gnu.andrew@member.fsf.org>
 
 	PR1336: Bootstrap failure on Fedora 17/18
--- a/NEWS	Tue Apr 23 22:38:22 2013 +0100
+++ b/NEWS	Tue Apr 23 22:47:50 2013 +0100
@@ -57,11 +57,12 @@
   - S7064279: Introspector.getBeanInfo() should release some resources in timely manner
   - S8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
 * Bug fixes
-  - Fix get_stack_bounds memory leak (alternate fix for S7197906)
+  - OJ3: Fix get_stack_bounds memory leak (alternate fix for S7197906)
   - PR1362: Fedora 19 / rawhide FTBFS SIGILL
   - PR1338: Remove dependence on libXp
   - PR1339: Simplify the rhino class rewriter to avoid use of concurrency
   - PR1336: Bootstrap failure on Fedora 17/18
+  - PR1319: Correct #ifdef to #if
 
 New in release 1.12.4 (2013-03-04):