# HG changeset patch # User Andrew John Hughes # Date 1462739301 -3600 # Node ID c23ceebb80a19a33316f1e743eb93bdf79aac220 # Parent 118be3a042e5464f7e07ec9ae53292bba11e2e7c Add 1.13.11 release notes. 2016-05-08 Andrew John Hughes * NEWS: Add 1.13.11 release notes. diff -r 118be3a042e5 -r c23ceebb80a1 ChangeLog --- a/ChangeLog Wed May 04 04:36:43 2016 +0100 +++ b/ChangeLog Sun May 08 21:28:21 2016 +0100 @@ -1,3 +1,7 @@ +2016-05-08 Andrew John Hughes + + * NEWS: Add 1.13.11 release notes. + 2016-05-03 Andrew John Hughes PR2953: make dist fails after PR2887 made diff -r 118be3a042e5 -r c23ceebb80a1 NEWS --- a/NEWS Wed May 04 04:36:43 2016 +0100 +++ b/NEWS Sun May 08 21:28:21 2016 +0100 @@ -14,6 +14,22 @@ 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 + - S8076221, PR2808: Disable RC4 cipher suites +* Bug fixes + - PR1886: IcedTea does not checksum supplied tarballs + - PR2083: Add support for building Zero on AArch64 + - PR2849: wget not required when downloading is disabled + +New in release 1.13.11 (2016-05-05): + * Security fixes - S8129952, CVE-2016-0686: Ensure thread consistency - S8132051, CVE-2016-0687: Better byte behavior @@ -77,21 +93,10 @@ - S8155699: Resolve issues created by backports in OpenJDK 6 b39 - S8155746: Sync Windows export list in make/java/jli/Makefile with make/java/jli/mapfile-vers * Backports - - S6611637: NullPointerException in sun.font.GlyphLayout$EngineRecord.init - - S6727719: Performance of TextLayout.getBounds() - - S6745225: Memory leak while drawing Attributed String - S6863746, PR2951: javap should not scan ct.sym by default - - 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 - S8071705, PR2820, RH1182694: Java application menu misbehaves when running multiple screen stacked vertically - - S8076221, PR2808: Disable RC4 cipher suites - S8150954, PR2868, RH1176206: AWT Robot not compatible with GNOME Shell * Bug fixes - - PR1886: IcedTea does not checksum supplied tarballs - - PR2083: Add support for building Zero on AArch64 - - PR2849: wget not required when downloading is disabled - PR2887: Location of 'stap' executable is hard-coded - PR2890: OpenJDK should check for system cacerts database (e.g. /etc/pki/java/cacerts) - PR2952: test/tapset/jstaptest.pl requires Perl