/hg/release/icedtea7-2.1: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Oct 16 23:44:29 PDT 2012
changeset 82725f53704e in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=82725f53704e
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 07:42:22 2012 +0100
Add 2012/10/16 security updates and update NEWS.
2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(CORBA_CHANGESET): Update to IcedTea7 2.1 forest head;
the tag icedtea-2.1.3.
(JAXP_CHANGESET): Likewise.
(JAXWS_CHANGESET): Likewise.
(JDK_CHANGESET): Likewise.
(HOTSPOT_CHANGESET): Likewise.
(LANGTOOLS_CHANGESET): Likewise.
(OPENJDK_CHANGESET): Likewise.
(CORBA_SHA256SUM): Likewise.
(JAXP_SHA256SUM): Likewise.
(JAXWS_SHA256SUM): Likewise.
(JDK_SHA256SUM): Likewise.
(HOTSPOT_SHA256SUM): Likewise.
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
* NEWS: Updated.
* patches/boot/ecj-autoboxing.patch:
Add additional case in
java.lang.invoke.MethodHandleImpl.
* patches/boot/ecj-diamond.patch:
Add additional case in
com.sun.beans.decoder.DocumentHandler.
* patches/boot/ecj-stringswitch.patch:
Add additional case in
java.lang.invoke.MethodHandleNatives.
* patches/boot/ecj-trywithresources.patch:
Add additional case in
java.lang.invoke.MethodHandleImpl.
changeset 24cca27b5ed6 in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=24cca27b5ed6
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 07:43:18 2012 +0100
Update my e-mail address.
2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
* AUTHORS: Update my e-mail address.
* ChangeLog: Likewise.
changeset 9e95e25150ad in /hg/release/icedtea7-2.1
details: http://icedtea.classpath.org/hg/release/icedtea7-2.1?cmd=changeset;node=9e95e25150ad
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 07:44:02 2012 +0100
Prepare for 2.1.3.
2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Bump to 2.1.3 proper.
* NEWS: Add release date.
diffstat:
AUTHORS | 2 +-
ChangeLog | 896 ++++++++++++++++---------------
Makefile.am | 28 +-
NEWS | 36 +-
configure.ac | 2 +-
patches/boot/ecj-autoboxing.patch | 12 +
patches/boot/ecj-diamond.patch | 17 +
patches/boot/ecj-stringswitch.patch | 150 +++++
patches/boot/ecj-trywithresources.patch | 20 +
9 files changed, 719 insertions(+), 444 deletions(-)
diffs (truncated from 3965 to 500 lines):
diff -r 812a19049ddb -r 9e95e25150ad AUTHORS
--- a/AUTHORS Wed Sep 05 11:48:34 2012 +0200
+++ b/AUTHORS Wed Oct 17 07:44:02 2012 +0100
@@ -14,7 +14,7 @@
Kyle Galloway <kgallowa at redhat.com>
Dennis Gilmore <dgilmore at redhat.com>
Andrew Haley <aph at redhat.com>
-Andrew John Hughes <gnu_andrew at member.fsf.org, ahughes at redhat.com>
+Andrew John Hughes <gnu_andrew at member.fsf.org, gnu.andrew at redhat.com>
Tomas Hurka <tomas.hurka at sun.com>
Ioana Ivan <iivan at redhat.com>
Matthias Klose <doko at ubuntu.com>
diff -r 812a19049ddb -r 9e95e25150ad ChangeLog
--- a/ChangeLog Wed Sep 05 11:48:34 2012 +0200
+++ b/ChangeLog Wed Oct 17 07:44:02 2012 +0100
@@ -1,18 +1,60 @@
+2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * configure.ac: Bump to 2.1.3 proper.
+ * NEWS: Add release date.
+
+2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * AUTHORS: Update my e-mail address.
+ * ChangeLog: Likewise.
+
+2011-10-17 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * Makefile.am:
+ (CORBA_CHANGESET): Update to IcedTea7 2.1 forest head;
+ the tag icedtea-2.1.3.
+ (JAXP_CHANGESET): Likewise.
+ (JAXWS_CHANGESET): Likewise.
+ (JDK_CHANGESET): Likewise.
+ (HOTSPOT_CHANGESET): Likewise.
+ (LANGTOOLS_CHANGESET): Likewise.
+ (OPENJDK_CHANGESET): Likewise.
+ (CORBA_SHA256SUM): Likewise.
+ (JAXP_SHA256SUM): Likewise.
+ (JAXWS_SHA256SUM): Likewise.
+ (JDK_SHA256SUM): Likewise.
+ (HOTSPOT_SHA256SUM): Likewise.
+ (LANGTOOLS_SHA256SUM): Likewise.
+ (OPENJDK_SHA256SUM): Likewise.
+ * NEWS: Updated.
+ * patches/boot/ecj-autoboxing.patch:
+ Add additional case in
+ java.lang.invoke.MethodHandleImpl.
+ * patches/boot/ecj-diamond.patch:
+ Add additional case in
+ com.sun.beans.decoder.DocumentHandler.
+ * patches/boot/ecj-stringswitch.patch:
+ Add additional case in
+ java.lang.invoke.MethodHandleNatives.
+ * patches/boot/ecj-trywithresources.patch:
+ Add additional case in
+ java.lang.invoke.MethodHandleImpl.
+
2012-09-05 Matthias Klose <doko at ubuntu.com>
* configure.ac: Remove the Xp header and library checks.
-2011-09-03 Andrew John Hughes <ahughes at redhat.com>
+2011-09-03 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Bump to 2.1.3pre.
* NEWS: Add new section.
-2011-09-02 Andrew John Hughes <ahughes at redhat.com>
+2011-09-02 Andrew John Hughes <gnu.andrew at redhat.com>
* configure.ac: Set to 2.1.2.
* NEWS: Set release date for 2.1.2.
-2011-08-31 Andrew John Hughes <ahughes at redhat.com>
+2011-08-31 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(CORBA_CHANGESET): Bring in security updates
@@ -32,7 +74,7 @@
(OPENJDK_SHA256SUM): Likewise.
* NEWS: Updated with new fixes.
-2011-06-13 Andrew John Hughes <ahughes at redhat.com>
+2011-06-13 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add section for 2.1.2.
* configure.ac: Bump to 2.1.2pre.
@@ -74,13 +116,13 @@
(HOTSPOT_CHANGESET): Sync to HEAD.
(HOTSPOT_SHA256SUM): Likewise.
-2012-04-06 Andrew John Hughes <ahughes at redhat.com>
+2012-04-06 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(IT_CHECK_FOR_GTK): Work with glib >= 2.32
by explicitly asking for gthread.
-2012-03-29 Andrew John Hughes <ahughes at redhat.com>
+2012-03-29 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(HOTSPOT_CHANGESET): Sync to HEAD.
@@ -93,23 +135,23 @@
PR885: IcedTea7 does not build scripting support
* patches/rhino.patch: Added 'script' to list of modules built.
-2011-02-15 Andrew John Hughes <ahughes at redhat.com>
+2011-02-15 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add section for 2.1.1.
* configure.ac: Bump to 2.1.1pre.
-2012-02-15 Andrew John Hughes <ahughes at redhat.com>
+2012-02-15 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_UPDATE_VERSION): Set to 03 for u3.
-2012-02-15 Andrew John Hughes <ahughes at redhat.com>
+2012-02-15 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Set release date for 2.1 and
list security fixes.
* configure.ac: Bump to 2.1 proper.
-2012-02-15 Andrew John Hughes <ahughes at redhat.com>
+2012-02-15 Andrew John Hughes <gnu.andrew at redhat.com>
Move to 2.1 release branch.
* Makefile.am:
@@ -130,12 +172,12 @@
(ICEDTEA_PREFIX): Set to 2.1.
(ICEDTEA_HG_URL): Use release tree.
-2012-02-14 Andrew John Hughes <ahughes at redhat.com>
+2012-02-14 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Update with OpenJDK fixes and
add release date for 2.1.
-2012-02-14 Andrew John Hughes <ahughes at redhat.com>
+2012-02-14 Andrew John Hughes <gnu.andrew at redhat.com>
(HOTSPOT_CHANGESET): Add latest fixes:
7140882, 7049339 and 7091528.
@@ -156,20 +198,20 @@
to work with latest OpenJDK ALT_HOTSPOT_IMPORT_PATH functionality.
* patches/cacao/version.patch: Removed, replaced by upstream CACAO changeset 30edcde287d9.
-2012-02-08 Andrew John Hughes <ahughes at redhat.com>
+2012-02-08 Andrew John Hughes <gnu.andrew at redhat.com>
(HOTSPOT_CHANGESET): Bump to fix HotSpot merge
issue.
(HOTSPOT_SHA256SUM): Likewise.
-2012-02-08 Andrew John Hughes <ahughes at redhat.com>
+2012-02-08 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
Move JDK_UPDATE_VERSION and COMBINED_VERSION
to top of file with OPENJDK_VERSION.
(JDK_UPDATE_VERSION): Set to 02 for u2.
-2012-02-08 Andrew John Hughes <ahughes at redhat.com>
+2012-02-08 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(CORBA_CHANGESET): Updated.
@@ -231,7 +273,7 @@
(HOTSPOT_CHANGESET): Updated.
(HOTSPOT_SHA256SUM): Updated.
-2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+2011-10-19 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Move recent JamVM changes
to correct section. Sync with 2.0.
@@ -256,13 +298,13 @@
(JAMVM_VERSION): Updated JamVM to 2011-10-07 revision.
(JAMVM_SHA256SUM): Updated.
-2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+2011-10-19 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Set release date of 2.0 and
add section for 2.1.
* configure.ac: Bump to 2.1pre.
-2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+2011-10-19 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/cacao/6714758.patch:
Removed; upstream.
@@ -271,7 +313,7 @@
(extract-cacao): Use gzip not bzip2.
(extract-jamvm): Explicitly use gzip.
-2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+2011-10-19 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am: Bring in security updates.
(CORBA_CHANGESET): Updated.
@@ -284,13 +326,13 @@
after 7046823 is applied.
* NEWS: Updated.
-2011-09-30 Andrew John Hughes <ahughes at redhat.com>
+2011-09-30 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(IT_CHECK_FOR_GIO): Require 2.26 and
above for GSettings.
-2011-09-30 Andrew John Hughes <ahughes at redhat.com>
+2011-09-30 Andrew John Hughes <gnu.andrew at redhat.com>
Bump changesets to bring in fix which
turns off forced -Werror.
@@ -315,7 +357,7 @@
* Makefile.am: Upgrade CACAO version,
use .tar.gz archive
-2011-09-30 Andrew John Hughes <ahughes at redhat.com>
+2011-09-30 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Cleanup.
@@ -343,14 +385,14 @@
(CACAO_VERSION): Updated CACAO to 2011-08-08 revision.
(CACAO_SHA256SUM): Updated.
-2010-11-19 Andrew John Hughes <ahughes at redhat.com>
+2010-11-19 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(CACAO_BASE_URL): Switch to using IcedTea
server for CACAO drops too.
(CACAO_URL): Likewise.
-2011-09-30 Andrew John Hughes <ahughes at redhat.com>
+2011-09-30 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_BOOT_PATCHES): Only apply
@@ -362,20 +404,20 @@
1.7 bytecode.
* configure.ac: Call IT_BYTECODE7_CHECK.
-2011-09-27 Andrew John Hughes <ahughes at redhat.com>
+2011-09-27 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(EXTRA_DIST): Remove patch directories that
no longer exist.
-2011-09-27 Andrew John Hughes <ahughes at redhat.com>
+2011-09-27 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(AC_CHECK_FOR_JDK): Look for IcedTea7 JDKs.
Don't check for IcedTea6 JDKs when bootstrapping
until PR716 is fixed.
-2011-09-27 Andrew John Hughes <ahughes at redhat.com>
+2011-09-27 Andrew John Hughes <gnu.andrew at redhat.com>
PR790: Include JAXP, JAF and JAXWS sources directly
in OpenJDK tree, removing the need for drop tarballs.
@@ -430,7 +472,7 @@
* acinclude.m4: Add devel package suggestions for epoll/xattr
check failure.
-2011-09-27 Andrew John Hughes <ahughes at redhat.com>
+2011-09-27 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
Always quote using '[' and ']' in macro calls.
@@ -440,7 +482,7 @@
(IT_CHECK_FOR_CUPS): Likewise.
(IT_CHECK_FOR_SYSCALLS): Likewise.
-2011-09-27 Andrew John Hughes <ahughes at redhat.com>
+2011-09-27 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(IT_CHECK_FOR_SYSCALLS): Include checks
@@ -466,7 +508,7 @@
(JAMVM_VERSION): Updated JamVM to 2011-09-24 revision.
(JAMVM_SHA256SUM): Updated.
-2011-09-21 Andrew John Hughes <ahughes at redhat.com>
+2011-09-21 Andrew John Hughes <gnu.andrew at redhat.com>
PR717: Remove all non-bootstrap non-conditional
patches.
@@ -525,14 +567,14 @@
Updated against upstream disable-intree-ec.
* NEWS: Updated.
-2011-09-21 Andrew John Hughes <ahughes at redhat.com>
+2011-09-21 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Include Damian's compilation fix
for building without USE_SYSTEM_CUPS.
(JDK_SHA256SUM): Likewise.
-2011-09-21 Andrew John Hughes <ahughes at redhat.com>
+2011-09-21 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ICEDTEA_ENV): Set COMPILE_AGAINST_SYSCALLS
@@ -543,7 +585,7 @@
*at).
* configure.ac: Call IT_CHECK_FOR_SYSCALLS.
-2011-09-21 Andrew John Hughes <ahughes at redhat.com>
+2011-09-21 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Bump to bring in latest
@@ -564,21 +606,21 @@
Add calls to IT_CHECK_FOR_GTK, IT_CHECK_FOR_GIO,
IT_CHECK_FOR_FONTCONFIG and IT_CHECK_FOR_CUPS.
-2011-09-09 Andrew John Hughes <ahughes at redhat.com>
+2011-09-09 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Bring in fix for another
duplicate gboolean definition.
(JDK_SHA256SUM): Likewise.
-2011-09-08 Andrew John Hughes <ahughes at redhat.com>
+2011-09-08 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Bring in fix for duplicate
gboolean definition.
(JDK_SHA256SUM): Likewise.
-2011-09-06 Andrew John Hughes <ahughes at redhat.com>
+2011-09-06 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/hotspot-gcc-pr36917.patch:
Redundant, was removed from IcedTea6.
@@ -669,12 +711,12 @@
(JAMVM_VERSION): Updated JamVM to 2011-08-08 revision.
(JAMVM_SHA256SUM): Updated.
-2011-08-03 Andrew John Hughes <ahughes at redhat.com>
+2011-08-03 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Updated with changes from
Pavel's HotSpot update.
-2011-08-03 Andrew John Hughes <ahughes at redhat.com>
+2011-08-03 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(JDK_CHANGESET): Updated to bring in
@@ -682,7 +724,7 @@
(JDK_SHA256SUM): Likewise.
* NEWS: Updated.
-2011-08-03 Andrew John Hughes <ahughes at redhat.com>
+2011-08-03 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
Apply explicit-inner-class-headers patch as required.
@@ -721,7 +763,7 @@
(JAMVM_VERSION): Updated JamVM to 2011-08-01 revision.
(JAMVM_SHA256SUM): Updated.
-2011-07-29 Andrew John Hughes <ahughes at redhat.com>
+2011-07-29 Andrew John Hughes <gnu.andrew at redhat.com>
PR717: All non-bootstrap patches in IcedTea7
should be in the forest or dropped
@@ -763,7 +805,7 @@
against new forest.
* NEWS: Updated.
-2011-07-28 Andrew John Hughes <ahughes at redhat.com>
+2011-07-28 Andrew John Hughes <gnu.andrew at redhat.com>
Bring in new JDK build cleanups and
HotSpot fixes for Zero/Shark.
@@ -801,7 +843,7 @@
(LANGTOOLS_SHA256SUM): Likewise.
(OPENJDK_SHA256SUM): Likewise.
-2011-07-13 Andrew John Hughes <ahughes at redhat.com>
+2011-07-13 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(bootstrap-directory-stage1): Only use
@@ -811,7 +853,7 @@
-Xbootclasspath and set JAVAH_SUPPORTS_X_OPTIONS if
so.
-2011-07-13 Andrew John Hughes <ahughes at redhat.com>
+2011-07-13 Andrew John Hughes <gnu.andrew at redhat.com>
Bump to b147.
* Makefile.am:
@@ -845,7 +887,7 @@
* patches/boot/ecj-stringswitch.patch:
Likewise and add new cases.
-2011-07-12 Andrew John Hughes <ahughes at redhat.com>
+2011-07-12 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(CORBA_SHA256SUM): Updated after removal of
@@ -866,14 +908,14 @@
* HACKING: Updated.
* NEWS: Updated.
-2011-07-05 Andrew John Hughes <ahughes at redhat.com>
+2011-07-05 Andrew John Hughes <gnu.andrew at redhat.com>
PR icedtea/751:
(ICEDTEA_BOOT_PATCHES): Make application of
javah.patch dependent on javah presenting
with bug 40188.
-2011-07-05 Andrew John Hughes <ahughes at redhat.com>
+2011-07-05 Andrew John Hughes <gnu.andrew at redhat.com>
PR icedtea/751
* Makefile.am:
@@ -890,7 +932,7 @@
* patches/boot/hotspot-jdk-dependency.patch:
Include the *nix-specific code in solaris/classes.
-2011-06-29 Andrew John Hughes <ahughes at redhat.com>
+2011-06-29 Andrew John Hughes <gnu.andrew at redhat.com>
* acinclude.m4:
(IT_FIND_JAVA): Check that the binary is also
@@ -900,7 +942,7 @@
(IT_FIND_RMIC): Likewise.
(IT_FIND_NATIVE2ASCII): Likewise.
-2011-06-28 Andrew John Hughes <ahughes at redhat.com>
+2011-06-28 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am,
(HOTSPOT_CHANGESET): Update to bring in Linux 3 fix..
@@ -942,7 +984,7 @@
(stamps/patch-fsg.stamp): Depend on stamps/extract.stamp.
Unbreak JamVM and CACAO builds by fixing the dependency chain.
-2011-06-24 Andrew John Hughes <ahughes at redhat.com>
+2011-06-24 Andrew John Hughes <gnu.andrew at redhat.com>
* patches/rmi_amd64.patch:
Removed, upsteam (OpenJDK).
@@ -1014,19 +1056,19 @@
(JAMVM_VERSION): Updated JamVM to 2011-04-28 revision.
(JAMVM_SHA256SUM): Updated.
-2011-05-27 Andrew John Hughes <ahughes at redhat.com>
+2011-05-27 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 2.0.
* configure.ac: Bump to 2.0pre.
-2011-05-25 Andrew John Hughes <ahughes at redhat.com>
+2011-05-25 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS:
Updated with changes since 1.13
and added URL key from IcedTea6.
* configure.ac: Bump to 1.14 proper.
-2011-05-25 Andrew John Hughes <ahughes at redhat.com>
+2011-05-25 Andrew John Hughes <gnu.andrew at redhat.com>
* Makefile.am:
(ENDORSED_DIR): Removed.
@@ -1052,7 +1094,7 @@
Remove addition of $(ENDORSED) to
jvmti.make.
-2011-05-25 Andrew John Hughes <ahughes at redhat.com>
+2011-05-25 Andrew John Hughes <gnu.andrew at redhat.com>
Fix make distcheck.
* Makefile.am:
@@ -1064,12 +1106,12 @@
and use full path.
(clean-add-jamvm-debug): Likewise for debug mode.
-2011-05-25 Andrew John Hughes <ahughes at redhat.com>
+2011-05-25 Andrew John Hughes <gnu.andrew at redhat.com>
More information about the distro-pkg-dev
mailing list