changeset 2099:e7546eadcbe4

Added patch which fixes bug #6853592 introduced by another patch 6678385-window_movement_crasher.patch
author ptisnovs
date Mon, 18 Oct 2010 11:43:53 +0200
parents 5022d1680b70
children 666f6453befc
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 13 01:28:37 2010 +0100
+++ b/ChangeLog	Mon Oct 18 11:43:53 2010 +0200
@@ -1,3 +1,9 @@
+2010-10-15  Pavel Tisnovsky  <ptisnovs@redhat.com>
+
+	* patches/openjdk/6853592-BadWindow-warning-fix.patch:
+	Added patch which fixes bug #6853592 introduced by another patch
+	6678385-window_movement_crasher.patch
+
 2010-10-13  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS:
--- a/Makefile.am	Wed Oct 13 01:28:37 2010 +0100
+++ b/Makefile.am	Mon Oct 18 11:43:53 2010 +0200
@@ -355,7 +355,8 @@
 	patches/icedtea-too-many-args.patch \
 	patches/openjdk/6638712-wildcard_types.patch \
 	patches/openjdk/6650759-missing_inference.patch \
-	patches/numa_on_early_glibc.patch
+	patches/numa_on_early_glibc.patch \
+	patches/openjdk/6853592-badwindow-warning-fix.patch
 
 if WITH_ALT_HSBUILD
 ICEDTEA_PATCHES += patches/hotspot/$(HSBUILD)/openjdk-6886353-ignore_deoptimizealot.patch \