changeset 3227:33e9441c53fc

Add 1.13.10 release notes. 2016-01-25 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add 1.13.10 release notes.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Mon, 25 Jan 2016 19:10:54 +0000
parents eac2bcbee2d4
children 412e3ce4141e
files ChangeLog NEWS
diffstat 2 files changed, 18 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 21 01:17:36 2016 +0000
+++ b/ChangeLog	Mon Jan 25 19:10:54 2016 +0000
@@ -1,3 +1,7 @@
+2016-01-25  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Add 1.13.10 release notes.
+
 2016-01-20  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/NEWS	Thu Jan 21 01:17:36 2016 +0000
+++ b/NEWS	Mon Jan 25 19:10:54 2016 +0000
@@ -14,6 +14,20 @@
 
 New in release 1.14.0 (201X-XX-XX):
 
+* Backports
+  - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
+  - S6727719: Performance of TextLayout.getBounds()
+  - S6745225: Memory leak while drawing Attributed String
+  - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space.
+  - 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
+* Bug fixes
+  - PR1886: IcedTea does not checksum supplied tarballs
+  - PR2083: Add support for building Zero on AArch64
+
+New in release 1.13.10 (2016-01-22):
+
 * Security fixes
   - S8059054, CVE-2016-0402: Better URL processing
   - S8130710, CVE-2016-0448: Better attributes processing
@@ -46,18 +60,8 @@
   - S8145551: Test failed with Crash for Improved font lookups
   - S8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp
 * Backports
-  - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init
-  - S6727719: Performance of TextLayout.getBounds()
-  - S6745225: Memory leak while drawing Attributed String
-  - S6904962: GlyphVector.getVisualBounds should not be affected by leading or trailing white space.
-  - S7151089: PS NUMA: NUMA allocator should not attempt to free pages when using SHM large pages
   - S7169111, PR2757: Unreadable menu bar with Ambiance theme in GTK L&F
-  - 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
   - S8140620, PR2711: Find and load default.sf2 as the default soundbank on Linux
-* Bug fixes
-  - PR1886: IcedTea does not checksum supplied tarballs
-  - PR2083: Add support for building Zero on AArch64
 
 New in release 1.13.9 (2015-11-13):