changeset 3284:d67ed152d38e icedtea6-1.13.13

S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy 2017-01-04 Andrew John Hughes <gnu.andrew@redhat.com> S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy * Makefile.am: (OPENJDK_DATE): Bump to new b41 creation date; 4th of January, 2017. (OPENJDK_SHA256SUM): Update for new b41 tarball. * NEWS: Bump proposed release date and include new fix for TCK failure.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Wed, 04 Jan 2017 20:22:41 +0000
parents 37bb57406a61
children d8037f4efe7c
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 03 23:39:04 2017 +0000
+++ b/ChangeLog	Wed Jan 04 20:22:41 2017 +0000
@@ -1,3 +1,14 @@
+2017-01-04  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	S8172252: Remove over-zealous switch to for-each
+	loop in SortingFocusTraversalPolicy
+	* Makefile.am:
+	(OPENJDK_DATE): Bump to new b41 creation date;
+	4th of January, 2017.
+	(OPENJDK_SHA256SUM): Update for new b41 tarball.
+	* NEWS: Bump proposed release date and include
+	new fix for TCK failure.
+
 2017-01-03  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	PR3276: Backport latest XRender patches
--- a/Makefile.am	Tue Jan 03 23:39:04 2017 +0000
+++ b/Makefile.am	Wed Jan 04 20:22:41 2017 +0000
@@ -1,7 +1,7 @@
 # Dependencies
 
-OPENJDK_DATE = 31_dec_2016
-OPENJDK_SHA256SUM = 5edda7255b887e84110b409915d7c82cbef9ffe2e4010d3cd3c7f1d0844c386c
+OPENJDK_DATE = 04_jan_2017
+OPENJDK_SHA256SUM = 8e34d451cec65fae8b4304651058ed4dc8d07bd45baa2f49780009097afc1a15
 OPENJDK_VERSION = b41
 OPENJDK_URL = https://java.net/downloads/openjdk6/
 
--- a/NEWS	Tue Jan 03 23:39:04 2017 +0000
+++ b/NEWS	Wed Jan 04 20:22:41 2017 +0000
@@ -12,7 +12,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.13.13 (2017-01-05):
+New in release 1.13.13 (2017-01-09):
 
 * Security fixes
   - S8151921: Improved page resolution
@@ -191,6 +191,7 @@
   - S8171415: Remove Java 7 features from testlibrary
   - S8171954: Add stubs for sun.security.tools.KeyTool and sun.security.tools.JarSigner
   - S8172159: Remove @Override annotation on interfaces added by b41 updates
+  - S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy
 * Backports
   - 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