changeset 2670:86332904c46e

RH661505: JPEGs with sRGB IEC61966-2.1 color profiles have wrong colors RH995488: Java thinks that the default timezone is Busingen instead of Zurich 2013-09-09 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (JDK_CHANGESET): Update to final icedtea-2.4.2 tag. (JDK_SHA256SUM): Likewise. * NEWS: Update with additional JDK bug fixes RH661505 & RH995488.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 10 Sep 2013 15:55:35 +0100
parents 523f48931154
children 41272f3d7393
files ChangeLog Makefile.am NEWS
diffstat 3 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 09 20:26:37 2013 +0100
+++ b/ChangeLog	Tue Sep 10 15:55:35 2013 +0100
@@ -1,3 +1,12 @@
+2013-09-09  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* Makefile.am:
+	(JDK_CHANGESET): Update to final icedtea-2.4.2
+	tag.
+	(JDK_SHA256SUM): Likewise.
+	* NEWS: Update with additional JDK bug fixes
+	RH661505 & RH995488.
+
 2013-09-09  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* NEWS: Mention RH991170, PR1536, PR1551, PR1552,
--- a/Makefile.am	Mon Sep 09 20:26:37 2013 +0100
+++ b/Makefile.am	Tue Sep 10 15:55:35 2013 +0100
@@ -7,14 +7,14 @@
 CORBA_CHANGESET = 5ea58899ae9f
 JAXP_CHANGESET = 135f46e0e653
 JAXWS_CHANGESET = a2ff16e5361f
-JDK_CHANGESET = b2611b1a750c
+JDK_CHANGESET = 4bf5ac86e0e4
 LANGTOOLS_CHANGESET = 06ea051f7ffe
 OPENJDK_CHANGESET = 6125b83238df
 
 CORBA_SHA256SUM = 41fc9041d7804bbd519290325c0a21b48405ed96ccf557037189b007391d33a8
 JAXP_SHA256SUM = 3e043ea822cf18232fb0897431a2c900c8d29dce59e33bd8e3236ed1ac6c8fde
 JAXWS_SHA256SUM = ac21931af93267188fb6dac8ed5eb44121e25e55fe432c19184c20c17cc9ceda
-JDK_SHA256SUM = e6475b1db792fa58530cef272b1aad6176eca8bd4822f6a58ed27f4d84df2437
+JDK_SHA256SUM = 8cc46ef5d73a3a6445b411637fee5cc5f086e400d42b36f1f42eba4caee2a11a
 LANGTOOLS_SHA256SUM = d2de1d2e98ebea56d2367f0003e5f4b5031d55ed529a7c524df8eba9da08c735
 OPENJDK_SHA256SUM = bc5703a7c31a6f1de53259768f613fa1f451d721d3301c58a59513dc3953d95b
 
--- a/NEWS	Mon Sep 09 20:26:37 2013 +0100
+++ b/NEWS	Tue Sep 10 15:55:35 2013 +0100
@@ -122,6 +122,10 @@
   - PR1552: Add -D_LITTLE_ENDIAN for ARM architectures.
   - PR1553: Add Debian AArch64 support
   - PR1554: Fix build on Mac OS X
+* Bug fixes
+  - RH661505: JPEGs with sRGB IEC61966-2.1 color profiles have wrong colors
+  - RH995488: Java thinks that the default timezone is Busingen instead of Zurich
+  - Cleanup file resources properly in TimeZone_md.
 
 New in release 2.4.1 (2013-07-05):