/hg/icedtea6-hg: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Nov 28 12:07:51 PST 2011


changeset 7cf477a31057 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=7cf477a31057
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Nov 28 19:57:17 2011 +0000

	Bump to b24.

	2011-11-25 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (OPENJDK_DATE): Bump to b24.
	(OPENJDK_SHA256SUM): Likewise. (OPENJDK_VERSION): Likewise.


changeset a62e12e2bb79 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=a62e12e2bb79
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Nov 28 20:06:01 2011 +0000

	Update NEWS with b24 changes.

	2011-11-28 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Add changes in b24.


changeset 0a0072170876 in /hg/icedtea6-hg
details: http://icedtea.classpath.org/hg/icedtea6-hg?cmd=changeset;node=0a0072170876
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Nov 28 20:06:41 2011 +0000

	Remove inaccurate NEWS line about ARM assembler being removed.

	2011-11-28 Andrew John Hughes <ahughes at redhat.com>

	 * NEWS: Remove inaccurate line about ARM assembler.


diffstat:

 ChangeLog   |  17 +++++++++++++++++
 Makefile.am |   6 +++---
 NEWS        |  11 +++++++++--
 3 files changed, 29 insertions(+), 5 deletions(-)

diffs (74 lines):

diff -r 8ab75c7a55b2 -r 0a0072170876 ChangeLog
--- a/ChangeLog	Fri Nov 25 18:08:27 2011 +0000
+++ b/ChangeLog	Mon Nov 28 20:06:41 2011 +0000
@@ -1,3 +1,20 @@
+2011-11-28  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS:
+	Remove inaccurate line about ARM assembler.
+
+2011-11-28  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS:
+	Add changes in b24.
+
+2011-11-25  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_DATE): Bump to b24.
+	(OPENJDK_SHA256SUM): Likewise.
+	(OPENJDK_VERSION): Likewise.
+
 2011-11-24  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/security/20111018/7000600.patch,
diff -r 8ab75c7a55b2 -r 0a0072170876 Makefile.am
--- a/Makefile.am	Fri Nov 25 18:08:27 2011 +0000
+++ b/Makefile.am	Mon Nov 28 20:06:41 2011 +0000
@@ -1,8 +1,8 @@
 # Dependencies
 
-OPENJDK_DATE = 05_jul_2011
-OPENJDK_SHA256SUM = f36198920e84053d7bfa3599ee32477c1e2b911dba38d75a669b79e9ae5393e5
-OPENJDK_VERSION = b23
+OPENJDK_DATE = 14_nov_2011
+OPENJDK_SHA256SUM = f84e7f0938f4939660ff8f9c2aa164d301faa8a519f2324ceb05ad34b2e09227
+OPENJDK_VERSION = b24
 OPENJDK_URL = http://download.java.net/openjdk/jdk6/promoted/$(OPENJDK_VERSION)/
 
 CACAO_VERSION = 2204b08fcae9
diff -r 8ab75c7a55b2 -r 0a0072170876 NEWS
--- a/NEWS	Fri Nov 25 18:08:27 2011 +0000
+++ b/NEWS	Mon Nov 28 20:06:41 2011 +0000
@@ -13,7 +13,6 @@
 New in release 1.11 (2011-XX-XX):
 
 * Use HotSpot 20 as the default virtual machine.
-* ARM assembler port and Thumb2 JIT removed (broken and unmaintained).
 * Bug fixes
   - PR637: make check should exit with an error code if any regression test failed.
   - PR748: Icedtea6 fails to build with Linux 3.0.
@@ -24,6 +23,15 @@
   - LP862286: Fix exception on trying to start PulseAudio playback
   - RH683768: Add a workaround for Java applications using tray icon for Gnome Shell
   - PR719: make distcheck should work in IcedTea6
+* Import of OpenJDK6 b24
+  - S7099148: increment build number of hs20.0 to b12
+  - S7108221: Backport to jdk6 Hotspot defaults for AMD Bulldozer processor
+  - S7080038: (ann) Serializable types in sun.reflect.annotation do not declare serialVersionUIDs
+  - S6578583: Regression: Modality is broken in windows vista home premium from jdk1.7 b02 onwards.
+  - S6815182: GSSAPI/SPNEGO does not work with server using MIT Kerberos library
+  - S6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
+  - S7092186: adjust package access in rmiregistry
+  - S7110373: krb5 test in openjdk6 without test infrastructure
 * Import of OpenJDK6 b23 including upgrade to HotSpot 20
   - S7023111: Add webrev script to make/scripts
   - S6909331: Add vsvars.sh to the jdk repository (handy cygwin way to get vcvars32.bat run)
@@ -340,7 +348,6 @@
   - S7018387: Xrender pipeline may leak GC's
   - S7036754: Stroked quads sometimes contain NaN
   - S6769607, PR677: Modal frame hangs for a while.
-  - S6578583: Modality is broken in windows vista home premium from jdk1.7 b02 onwards.
   - S6610244: modal dialog closes with fatal error if -Xcheck:jni is set
   - S7037283, RH712211: Null Pointer Exception in SwingUtilities2.
   - S7008106: com/sun/awt/Translucency/WindowOpacity.java test fails.



More information about the distro-pkg-dev mailing list