/hg/release/icedtea6-1.8: Added patch which fixes bug #6853592 i...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Oct 18 02:39:38 PDT 2010
changeset e7546eadcbe4 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=e7546eadcbe4
author: ptisnovs
date: Mon Oct 18 11:43:53 2010 +0200
Added patch which fixes bug #6853592 introduced by another patch
6678385-window_movement_crasher.patch
diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 3 ++-
diffs (26 lines):
diff -r 5022d1680b70 -r e7546eadcbe4 ChangeLog
--- 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-13 Andrew John Hughes <ahughes
+2010-10-15 Pavel Tisnovsky <ptisnovs at 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 at redhat.com>
* NEWS:
diff -r 5022d1680b70 -r e7546eadcbe4 Makefile.am
--- 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 @@ ICEDTEA_PATCHES = \
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 \
More information about the distro-pkg-dev
mailing list