changeset 3287:8c1e335ab803 default tip

Add 1.13.13 release notes. 2017-01-12 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add 1.13.13 release notes.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Thu, 12 Jan 2017 19:10:24 +0000
parents cf051991f891
children
files ChangeLog NEWS
diffstat 2 files changed, 22 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 05 01:09:37 2017 +0000
+++ b/ChangeLog	Thu Jan 12 19:10:24 2017 +0000
@@ -1,3 +1,7 @@
+2017-01-12  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Add 1.13.13 release notes.
+
 2017-01-04  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	S8172252: Remove over-zealous switch to for-each
--- a/NEWS	Thu Jan 05 01:09:37 2017 +0000
+++ b/NEWS	Thu Jan 12 19:10:24 2017 +0000
@@ -19,6 +19,24 @@
   - PR2083: Add support for building Zero on AArch64
   - PR3112: Provide option to disable SystemTap tests
   - PR3181: Support building without pre-compiled headers
+* 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
+  - PR2849: wget not required when downloading is disabled
+  - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5)
+  - PR3139: Update documentation
+  - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139
+
+New in release 1.13.13 (2017-01-09):
+
 * Security fixes
   - S8151921: Improved page resolution
   - S8155968: Update command line options
@@ -198,22 +216,9 @@
   - S8172159: Remove @Override annotation on interfaces added by b41 updates
   - S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy
 * 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.
   - S6974985, PR3276: Java2Demo threw exceptions when xrender enabled in OEL5.5
   - S6985593, PR3276: Crash in Java_sun_java2d_loops_MaskBlit_MaskBlit on oel5.5-x64
-  - 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
-  - PR2849: wget not required when downloading is disabled
-  - PR2957: Build bootstrap code (rt-class-files.stamp) using bootstrap flags (source/target 1.5)
-  - PR3139: Update documentation
-  - PR3143: Fix typo in --with-openjdk-src-dir introduced by PR3139
   - PR3174: systemtap: type definition 'symbolOopDesc' not found
   - PR3175: invalid zip timestamp handling leads to error updating JAR files
   - PR3213: Disable ARM32 JIT by default