changeset 3137:1c40103f425f

Add 1.13.2 release notes. 2014-04-02 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add 1.13.2 release notes.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 02 Apr 2014 16:17:56 +0100
parents 03d11116ab06
children 787402b1e556
files ChangeLog NEWS
diffstat 2 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 25 23:24:47 2014 +0000
+++ b/ChangeLog	Wed Apr 02 16:17:56 2014 +0100
@@ -1,3 +1,7 @@
+2014-04-02  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Add 1.13.2 release notes.
+
 2014-03-25  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Tue Mar 25 23:24:47 2014 +0000
+++ b/NEWS	Wed Apr 02 16:17:56 2014 +0100
@@ -15,14 +15,18 @@
 New in release 1.14.0 (201X-XX-XX):
 
 * Backports
-  - S7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
   - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
   - S8013057: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory()
   - S8026887: Make issues due to failed large pages allocations easier to debug
+
+New in release 1.13.2 (2014-03-28):
+
+* Backports
+  - S7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
   - S8035893: JVM_GetVersionInfo fails to zero structure
-  - OPENJDK6-29: JDK fails to zero jdk_version_info correctly
+  - OJ29: JDK fails to zero jdk_version_info correctly
 * Bug fixes
-  - PR1714: Update PaX support to detect running PaX kernel and use newer tools
+  - PR1714, G498288: Update PaX support to detect running PaX kernel and use newer tools
   - PR1712, G455426: Allow -Werror to be turned off in the HotSpot build
 
 New in release 1.11.15 (2014-01-21):