# HG changeset patch # User Andrew John Hughes # Date 1483561361 0 # Node ID d67ed152d38ee4bfbde6d118750f76e5082edc14 # Parent 37bb57406a6199a3479f237451f13cb39ffd9293 S8172252: Remove over-zealous switch to for-each loop in SortingFocusTraversalPolicy 2017-01-04 Andrew John Hughes 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. diff -r 37bb57406a61 -r d67ed152d38e ChangeLog --- 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 + + 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 PR3276: Backport latest XRender patches diff -r 37bb57406a61 -r d67ed152d38e Makefile.am --- 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/ diff -r 37bb57406a61 -r d67ed152d38e NEWS --- 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