/hg/icedtea7: 5 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Jun 6 09:06:38 PDT 2013


changeset 76348ab9702d in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=76348ab9702d
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jun 06 14:23:03 2013 +0100

	Actually invoke clean-cryptocheck.

	2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* Makefile.am:
		(.PHONY): Add clean-cryptocheck.
		(clean-local): Likewise.


changeset 8a402a3b4727 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=8a402a3b4727
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jun 06 14:28:36 2013 +0100

	PR1358: Make XRender mandatory.

	2013-03-21  Michal Vyskocil  <mvyskocil at suse.cz>

		PR1358: Make XRender mandatory.
		* configure.ac:
		Remove check on ENABLE_XRENDER variable
		which is no longer set.


changeset cec6f644a4db in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=cec6f644a4db
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jun 06 17:03:19 2013 +0100

	PR1360: Check for /usr/lib64 JVMs and generic JPackage alternative

	2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* INSTALL:
		Synchronise list of VMs with macro in acinclude.m4.
		* acinclude.m4: Provide separate output for user
		specified JDKs and the checking process.  Extend
		the list of JVMs to include more from Fedora &
		RHEL and the newer Gentoo variants.
		* NEWS: Updated.

	2013-03-21  Michal Vyskocil  <mvyskocil at suse.cz>

		PR1360: Check for /usr/lib64 JVMs and generic JPackage alternative
		* INSTALL: Add /etc/alternatives/java_sdk_openjdk.
		* acinclude.m4: Likewise.

	2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* AUTHORS: Updated with Michal.


changeset fdf24edd4879 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=fdf24edd4879
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jun 06 17:05:25 2013 +0100

	Merge THANKYOU into AUTHORS for simplicity.

	2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* AUTHORS: Include entries from THANKYOU.
		* THANKYOU: Removed.


changeset 070a86b396c8 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=070a86b396c8
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Jun 06 17:06:23 2013 +0100

	Update my Red Hat e-mail address.

	2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* ChangeLog: Update my Red Hat e-mail address.


diffstat:

 AUTHORS      |    5 +-
 ChangeLog    |  916 ++++++++++++++++++++++++++++++----------------------------
 INSTALL      |    7 +-
 Makefile.am  |    6 +-
 NEWS         |    2 +
 THANKYOU     |    9 -
 acinclude.m4 |   24 +-
 configure.ac |   11 +-
 8 files changed, 515 insertions(+), 465 deletions(-)

diffs (truncated from 3882 to 500 lines):

diff -r bfcb188e2568 -r 070a86b396c8 AUTHORS
--- a/AUTHORS	Wed Jun 05 23:01:32 2013 +0100
+++ b/AUTHORS	Thu Jun 06 17:06:23 2013 +0100
@@ -14,7 +14,8 @@
 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>
+C. K. Jester-Young <cky944 at gmail.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>
@@ -26,6 +27,7 @@
 Raif Naffah <admin at naffah-raif.name>
 Parag Nemade <pnemade at redhat.com>
 Xerxes RÃ¥nby <xerxes at zafena.se>
+Damien Raude-Morvan <drazzib at drazzib.com>
 Mark Reinhold <mr at sun.com>
 Bernhard Rosenkränzer <bero at arklinux.org>
 Marc Schoenefeld <mschoene at redhat.com>
@@ -36,6 +38,7 @@
 Christian Thalinger <twisti at complang.tuwien.ac.at>
 Dalibor Topic <robilad at kaffe.org>
 Arnaud Vandyck <avdyk at debian.org>
+Michal Vyskocil <mvyskocil at suse.cz>
 Mark Wielaard <mjw at klomp.org>
 Yi Zhan <yi.zhan at intel.com>
 
diff -r bfcb188e2568 -r 070a86b396c8 ChangeLog
--- a/ChangeLog	Wed Jun 05 23:01:32 2013 +0100
+++ b/ChangeLog	Thu Jun 06 17:06:23 2013 +0100
@@ -1,3 +1,45 @@
+2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* ChangeLog: Update my Red Hat e-mail address.
+
+2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* AUTHORS: Include entries from THANKYOU.
+	* THANKYOU: Removed.
+
+2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* INSTALL:
+	Synchronise list of VMs with macro in acinclude.m4.
+	* acinclude.m4: Provide separate output for user
+	specified JDKs and the checking process.  Extend
+	the list of JVMs to include more from Fedora &
+	RHEL and the newer Gentoo variants.
+	* NEWS: Updated.
+
+2013-03-21  Michal Vyskocil  <mvyskocil at suse.cz>
+
+	PR1360: Check for /usr/lib64 JVMs and generic JPackage alternative
+	* INSTALL: Add /etc/alternatives/java_sdk_openjdk.
+	* acinclude.m4: Likewise.
+
+2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* AUTHORS: Updated with Michal.
+
+2013-03-21  Michal Vyskocil  <mvyskocil at suse.cz>
+
+	PR1358: Make XRender mandatory.
+	* configure.ac:
+	Remove check on ENABLE_XRENDER variable
+	which is no longer set.
+
+2013-06-06  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* Makefile.am:
+	(.PHONY): Add clean-cryptocheck.
+	(clean-local): Likewise.
+
 2013-06-05  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* Makefile.am:
@@ -1102,7 +1144,7 @@
 	Extend with additional cases in HotSpot and
 	the JDK.
 
-2012-03-20  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-20  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* acinclude.m4:
 	(IT_FIND_COMPILER): Define only once and
@@ -1151,7 +1193,7 @@
 	(versioning): Don't add a suffix if building
 	the default project, 'icedtea'.
 
-2012-05-25  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-25  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(OPENJDK_VERSION): Bump to b10.
@@ -1181,13 +1223,13 @@
 	generation application to fail, presumably due to variable
 	moving from private to package-private).
 
-2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(extract-openjdk): Mirror replacement of '.' with
 	'-' done by Mercurial server when creating tarball.
 
-2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	(CORBA_CHANGESET): Bump to bring in typo fix.
 	(CORBA_SHA256SUM): Likewise.
@@ -1195,16 +1237,16 @@
 	digest cloning fix.
 	(JDK_SHA256SUM): Likewise.
 
-2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Sync with 2.2 branch.
 
-2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* configure.ac: Bump to 2.3pre.
 	* NEWS: Add 2.3 section.
 
-2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/boot/corba-defs.patch:
 	Removed.  Makes changes which aren't needed
@@ -1222,7 +1264,7 @@
 	Don't set JAVACFLAGS to point to non-existent rt.jar
 	in {JDK_HOME}/lib.  Point to just-built langtools instead.
 
-2011-03-02  Andrew John Hughes  <ahughes at redhat.com>
+2011-03-02  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(icedtea): Explicitly set -j1 for the
@@ -1233,13 +1275,13 @@
 	(icedtea-debug): Likewise.
 	(icedtea-ecj): Likewise.
 
-2012-05-21  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-21  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	(JDK_CHANGESET): Bump to bring in the
 	aliasing and wrap mode fixes.
 	(JDK_SHA256SUM): Likewise.
 
-2012-05-21  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-21  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* AUTHORS: Add Ralph Sennhauser.
 
@@ -1264,7 +1306,7 @@
 	* pax-mark-vm.in:
 	Script to PaX mark a JDK image.
 
-2012-05-02  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-02  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Bump to jdk7u4 b13.
 	* Makefile.am:
@@ -1290,7 +1332,7 @@
 	* patches/boot/ecj-multicatch.patch: Likewise.
 	* patches/boot/ecj-trywithresources.patch: Likewise.
 
-2012-04-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-04-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(HOTSPOT_CHANGESET): Bump to bring in
@@ -1299,20 +1341,20 @@
 	(ICEDTEA_ENV): Set ALT_STRIP_POLICY to
 	no_strip.
 
-2012-04-12  Andrew John Hughes  <ahughes at redhat.com>
+2012-04-12  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(download-openjdk): Fix syntax.
 	(download-cacao): Likewise.
 	(download-jamvm): Likewise.
 
-2012-04-11  Andrew John Hughes  <ahughes at redhat.com>
+2012-04-11  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(JDK_CHANGESET): Bump to include GCC 4.7 build fixes.
 	(JDK_SHA256SUM): Likewise.
 
-2012-04-11  Andrew John Hughes  <ahughes at redhat.com>
+2012-04-11  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(download-openjdk): Don't download unless
@@ -1324,13 +1366,13 @@
 	--disable-downloading.
 	* configure.ac: Call IT_CHECK_FOR_DOWNLOADING.
 
-2012-04-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-04-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(JDK_CHANGESET): Bump to include generalied crypto tests.
 	(JDK_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
@@ -1347,13 +1389,13 @@
 	* test/tapset/jstaptest.pl: thread_start and thread_stop thread id
 	can be any positive number.
 
-2012-03-23  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/boot/pr39408.patch,
 	* patches/cacao/launcher.patch:
 	Regenerated.
 
-2012-03-22  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-22  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/systemtap-alloc-size-workaround.patch:
 	Removed; upstream.
@@ -1645,17 +1687,17 @@
 	(HOTSPOT_CHANGESET): Add latest Zero HS22 fixes.
 	(HOTSPOT_SHA256SUM): Likewise.
 
-2012-02-15  Andrew John Hughes  <ahughes at redhat.com>
+2012-02-15  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 2.0.1 and 2.1.0 release notes.
 	* configure.ac: Bump to 2.2pre.
 
-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.
@@ -1676,20 +1718,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.
@@ -1751,7 +1793,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.
@@ -1776,13 +1818,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.
@@ -1791,7 +1833,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.
@@ -1804,13 +1846,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.
@@ -1835,7 +1877,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.
 
@@ -1863,14 +1905,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
@@ -1882,20 +1924,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.
@@ -1950,7 +1992,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.
@@ -1960,7 +2002,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
@@ -1986,7 +2028,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.
@@ -2045,14 +2087,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
@@ -2063,7 +2105,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
@@ -2084,21 +2126,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.
@@ -2189,12 +2231,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
@@ -2202,7 +2244,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.
@@ -2241,7 +2283,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
@@ -2283,7 +2325,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.
@@ -2321,7 +2363,7 @@
 	(LANGTOOLS_SHA256SUM): Likewise.
 	(OPENJDK_SHA256SUM): Likewise.
 



More information about the distro-pkg-dev mailing list