/hg/release/icedtea7-2.3: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Oct 16 21:28:40 PDT 2012


changeset 3c07883809a3 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=3c07883809a3
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 05:11:39 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 5b939f7d3704 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=5b939f7d3704
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 05:21:13 2012 +0100

	Update NEWS.

	2011-10-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Updated.


changeset 84228c050a0d in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=84228c050a0d
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Wed Oct 17 05:28:21 2012 +0100

	Prepare for 2.3.3 release.

	2011-10-17  Andrew John Hughes  <gnu.andrew at redhat.com>

		* configure.ac: Bump to 2.3.3 proper.
		* NEWS: Add release date.


diffstat:

 AUTHORS      |    2 +-
 ChangeLog    |  890 +++++++++++++++++++++++++++++-----------------------------
 NEWS         |   34 ++-
 configure.ac |    2 +-
 4 files changed, 487 insertions(+), 441 deletions(-)

diffs (truncated from 3759 to 500 lines):

diff -r faad80f467c0 -r 84228c050a0d AUTHORS
--- a/AUTHORS	Wed Oct 17 05:09:54 2012 +0100
+++ b/AUTHORS	Wed Oct 17 05:28:21 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 faad80f467c0 -r 84228c050a0d ChangeLog
--- a/ChangeLog	Wed Oct 17 05:09:54 2012 +0100
+++ b/ChangeLog	Wed Oct 17 05:28:21 2012 +0100
@@ -1,3 +1,17 @@
+2011-10-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* configure.ac: Bump to 2.3.3 proper.
+	* NEWS: Add release date.
+
+2011-10-17  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: Updated.
+
+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:
@@ -43,7 +57,7 @@
 
 	* 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.3.3pre.
 	* NEWS: Add new section.
@@ -530,7 +544,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
@@ -579,7 +593,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.
@@ -609,13 +623,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.
@@ -623,16 +637,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
@@ -650,7 +664,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
@@ -661,13 +675,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.
 
@@ -692,7 +706,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:
@@ -718,7 +732,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
@@ -727,20 +741,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
@@ -752,13 +766,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
@@ -775,13 +789,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.
@@ -1073,17 +1087,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.
@@ -1104,20 +1118,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.
@@ -1179,7 +1193,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.
@@ -1204,13 +1218,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.
@@ -1219,7 +1233,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.
@@ -1232,13 +1246,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.
@@ -1263,7 +1277,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.
 
@@ -1291,14 +1305,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
@@ -1310,20 +1324,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.
@@ -1378,7 +1392,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.
@@ -1388,7 +1402,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
@@ -1414,7 +1428,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.
@@ -1473,14 +1487,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
@@ -1491,7 +1505,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
@@ -1512,21 +1526,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.
@@ -1617,12 +1631,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
@@ -1630,7 +1644,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.
@@ -1669,7 +1683,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
@@ -1711,7 +1725,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.
@@ -1749,7 +1763,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
@@ -1759,7 +1773,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:
@@ -1793,7 +1807,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
@@ -1814,14 +1828,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>



More information about the distro-pkg-dev mailing list