[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    /hg/icedtea6: 5 new changesets
From:       andrew () icedtea ! classpath ! org (andrew at icedtea ! classpath ! org)
Date:       2012-10-31 10:33:46
Message-ID: hg.a91f927b72f2.1351679626.2873452341184383832 () icedtea ! classpath ! org
[Download RAW message or body]

changeset a91f927b72f2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a91f927b72f2
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 09:44:50 2012 +0100

	Bump to b27 and remove upstream security patches.

	2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(OPENJDK_VERSION): Bump to next release, b27.
		(SECURITY_PATCHES): Drop security patches now
		available in upstream hg.
		* patches/security/20121016/6631398.patch,
		* patches/security/20121016/7093490.patch,
		* patches/security/20121016/7143535.patch,
		* patches/security/20121016/7158800.patch,
		* patches/security/20121016/7158801.patch,
		* patches/security/20121016/7158804.patch,
		* patches/security/20121016/7167656.patch,
		* patches/security/20121016/7169884.patch,
		* patches/security/20121016/7169888.patch,
		* patches/security/20121016/7172522.patch,
		* patches/security/20121016/7176337.patch,
		* patches/security/20121016/7186286.patch,
		* patches/security/20121016/7189103.patch,
		* patches/security/20121016/7189490.patch,
		* patches/security/20121016/7189567.patch,
		* patches/security/20121016/7192975.patch,
		* patches/security/20121016/7195194.patch,
		* patches/security/20121016/7195917.patch,
		* patches/security/20121016/7195919.patch,
		* patches/security/20121016/7198296.patch,
		* patches/security/20121016/7198606.patch:
		Removed; upstream.


changeset 09db58b50cb3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=09db58b50cb3
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 24 09:47:15 2012 +0100

	Fix my e-mail address.

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

		* AUTHORS: Update my e-mail address.
		* ChangeLog: Likewise.


changeset bc7bf543e3ab in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=bc7bf543e3ab
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 31 09:43:00 2012 +0000

	Merge


changeset d22acb707d7b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=d22acb707d7b
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 31 10:26:02 2012 +0000

	Bump to b27.

	2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>

		* Makefile.am:
		(OPENJDK_DATE): Updated to that of b27 tarball.
		(OPENJDK_SHA256SUM): Likewise.
		* NEWS: Mention b27 but there are no actual
		changes (all in security updates).  Remove
		b26 changes backported to earlier releases.


changeset 55241b2310b8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=55241b2310b8
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Wed Oct 31 10:33:28 2012 +0000

	Update pre-generated CORBA files from latest build.

	2012-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>

		* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
		* generated/com/sun/corba/se/impl/logging/IORSystemException.java,
		* generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
		* generated/com/sun/corba/se/impl/logging/LogStrings.properties,
		* generated/com/sun/corba/se/impl/logging/NamingSystemException.java,
		* generated/com/sun/corba/se/impl/logging/OMGSystemException.java,
		* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java,
		* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource,
		* generated/com/sun/corba/se/impl/logging/POASystemException.java,
		* generated/com/sun/corba/se/impl/logging/UtilSystemException.java:
		Update from latest build, following CORBA changes.


diffstat:

 AUTHORS                                                                  |     2 +-
 ChangeLog                                                                |  1026 ++--
 Makefile.am                                                              |    35 +-
 NEWS                                                                     |     7 +-
 generated/com/sun/corba/se/impl/logging/ActivationSystemException.java   |     2 +-
 generated/com/sun/corba/se/impl/logging/IORSystemException.java          |     2 +-
 generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java |     2 +-
 generated/com/sun/corba/se/impl/logging/LogStrings.properties            |    16 +
 generated/com/sun/corba/se/impl/logging/NamingSystemException.java       |     2 +-
 generated/com/sun/corba/se/impl/logging/OMGSystemException.java          |     2 +-
 generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java      |   478 ++-
 generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource  |    16 +
 generated/com/sun/corba/se/impl/logging/POASystemException.java          |     2 +-
 generated/com/sun/corba/se/impl/logging/UtilSystemException.java         |     2 +-
 patches/openjdk/6763340-corba_memory_leak.patch                          |   409 +
 patches/openjdk/6980681-corba_deadlock.patch                             |    76 +
 patches/openjdk/7162902-corba_fixes.patch                                |  2293 ++++++++++
 patches/security/20121016/6631398.patch                                  |    20 -
 patches/security/20121016/7093490.patch                                  |    28 -
 patches/security/20121016/7143535.patch                                  |    31 -
 patches/security/20121016/7158800.patch                                  |  1413 ------
 patches/security/20121016/7158801.patch                                  |    30 -
 patches/security/20121016/7158804.patch                                  |    28 -
 patches/security/20121016/7167656.patch                                  |    75 -
 patches/security/20121016/7169884.patch                                  |   349 -
 patches/security/20121016/7169888.patch                                  |   125 -
 patches/security/20121016/7172522.patch                                  |    36 -
 patches/security/20121016/7176337.patch                                  |    29 -
 patches/security/20121016/7186286.patch                                  |   552 --
 patches/security/20121016/7189103.patch                                  |    39 -
 patches/security/20121016/7189490.patch                                  |    55 -
 patches/security/20121016/7189567.patch                                  |    95 -
 patches/security/20121016/7192975.patch                                  |    35 -
 patches/security/20121016/7195194.patch                                  |    29 -
 patches/security/20121016/7195917.patch                                  |    88 -
 patches/security/20121016/7195919.patch                                  |    63 -
 patches/security/20121016/7198296.patch                                  |   114 -
 patches/security/20121016/7198606.patch                                  |    28 -
 patches/traceable.patch                                                  |    12 +
 39 files changed, 3869 insertions(+), 3777 deletions(-)

diffs (truncated from 10956 to 500 lines):

diff -r 7b0d155c59eb -r 55241b2310b8 AUTHORS
--- a/AUTHORS	Wed Oct 24 06:03:58 2012 +0100
+++ b/AUTHORS	Wed Oct 31 10:33:28 2012 +0000
@@ -15,7 +15,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 7b0d155c59eb -r 55241b2310b8 ChangeLog
--- a/ChangeLog	Wed Oct 24 06:03:58 2012 +0100
+++ b/ChangeLog	Wed Oct 31 10:33:28 2012 +0000
@@ -1,3 +1,73 @@
+2012-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* generated/com/sun/corba/se/impl/logging/ActivationSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/IORSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/InterceptorsSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/LogStrings.properties,
+	* generated/com/sun/corba/se/impl/logging/NamingSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/OMGSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.java,
+	* generated/com/sun/corba/se/impl/logging/ORBUtilSystemException.resource,
+	* generated/com/sun/corba/se/impl/logging/POASystemException.java,
+	* generated/com/sun/corba/se/impl/logging/UtilSystemException.java:
+	Update from latest build, following CORBA changes.
+
+2012-10-31  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_DATE): Updated to that of b27 tarball.
+	(OPENJDK_SHA256SUM): Likewise.
+	* NEWS: Mention b27 but there are no actual
+	changes (all in security updates).  Remove
+	b26 changes backported to earlier releases.
+
+2012-10-30  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am: Add new patches.
+	* NEWS: List new backports.
+	* patches/openjdk/6763340-corba_memory_leak.patch,
+	* patches/openjdk/6980681-corba_deadlock.patch,
+	* patches/openjdk/7162902-corba_fixes.patch:
+	Add a series of CORBA backports, already applied
+	to the proprietary JDK6 release.
+	* patches/traceable.patch: Fix
+	GenerateBreakIteratorData tool so that crashes
+	have stack traces.
+
+2011-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* AUTHORS: Update my e-mail address.
+	* ChangeLog: Likewise.
+
+2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* Makefile.am:
+	(OPENJDK_VERSION): Bump to next release, b27.
+	(SECURITY_PATCHES): Drop security patches now
+	available in upstream hg.
+	* patches/security/20121016/6631398.patch,
+	* patches/security/20121016/7093490.patch,
+	* patches/security/20121016/7143535.patch,
+	* patches/security/20121016/7158800.patch,
+	* patches/security/20121016/7158801.patch,
+	* patches/security/20121016/7158804.patch,
+	* patches/security/20121016/7167656.patch,
+	* patches/security/20121016/7169884.patch,
+	* patches/security/20121016/7169888.patch,
+	* patches/security/20121016/7172522.patch,
+	* patches/security/20121016/7176337.patch,
+	* patches/security/20121016/7186286.patch,
+	* patches/security/20121016/7189103.patch,
+	* patches/security/20121016/7189490.patch,
+	* patches/security/20121016/7189567.patch,
+	* patches/security/20121016/7192975.patch,
+	* patches/security/20121016/7195194.patch,
+	* patches/security/20121016/7195917.patch,
+	* patches/security/20121016/7195919.patch,
+	* patches/security/20121016/7198296.patch,
+	* patches/security/20121016/7198606.patch:
+	Removed; upstream.
+
 2012-10-24  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.10 & 1.11.5 releases.
@@ -48,13 +118,13 @@
 	removing test-disabling patches.
 	(cacao): Pass -j$(PARALLEL_JOBS) to make.
 
-2009-11-02  Andrew John Hughes  <ahughes at redhat.com>
+2009-11-02  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	(extract-cacao): Test the actual CACAO source
 	directory exists, not just the directory above.
 	Use $@ to create stamp.
 
-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.
@@ -69,7 +139,7 @@
 
 	* NEWS: List PR1114.
 
-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
@@ -100,7 +170,7 @@
 	(ICEDTEA_BOOTSTRAP_CLASSES):
 	Remove com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.
 
-2012-09-19  Andrew John Hughes  <ahughes at redhat.com>
+2012-09-19  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/7185678-xmenuitem_peer_npe.patch,
 	* patches/security/20120830/7162476-xmldecoder_via_classfinder.patch,
@@ -143,11 +213,11 @@
 	* Makefile.am (ICEDTEA_PATCHES): Add missing backslash after
 	patches/openjdk/7034464-transparent_huge_pages.patch.
 
-2012-09-03  Andrew John Hughes  <ahughes at redhat.com>
+2012-09-03  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.9 & 1.11.4.
 
-2012-08-31  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(JAXP_DROP_ZIP): Update to security fixed version.
@@ -157,7 +227,7 @@
 	* patches/ecj/override.patch: Regenerate
 	against Oracle version of security patches.
 
-2012-08-31  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	(ICEDTEA_PATCHES): Rename patches.
 	* patches/openjdk/7034464-hugepage.patch:
@@ -169,7 +239,7 @@
 	* patches/openjdk/7037939-disable_adaptive_resizing_with_large_pages.patch
 	this.
 
-2012-08-31  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-31  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(SECURITY_PATCHES): Add 7162476, 7163201 & 7182135.
@@ -216,7 +286,7 @@
 	* Makefile.am (stamps/add-nss.stamp): Only try patching the
 	security files if they actually exist.
 
-2012-08-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1121: Old installs still suffer from GCC PR41686
 	* Makefile.am:
@@ -224,7 +294,7 @@
 	Add javax.security.auth.kerberos.KerberosTicket
 	* NEWS: Updated.
 
-2012-08-15  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-15  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1117: IcedTea6 prebuilds far too many classes on bootstrap
 	* patches/ecj/hotspot.patch:
@@ -277,7 +347,7 @@
 	* overlays/openjdk/hotspot/test/serviceability/SDTProbesGNULinuxTest.sh:
 	New testcase.
 
-2012-08-14  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-14  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR1113: Include tapset tests in distribution.
 	* Makefile.am:
@@ -285,7 +355,7 @@
 	(EXTRA_DIST): Add TAPSET_TEST_SRCS.
 	* NEWS: Updated.
 
-2012-08-14  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-14  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(clean-add-nss): Only move java.security.old
@@ -339,7 +409,7 @@
 
 	* Makefile.am: copy entire CACAO directory, including .hg
 
-2012-08-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Apply NSS changes to java.security after
 	build.
@@ -353,7 +423,7 @@
 	(add-nss-ecj): Apply NSS_PATCHES to bootstrap build.
 	(clean-add-nss-ecj): Revert java.security for bootstrap build.
 
-2012-08-08  Andrew John Hughes  <ahughes at redhat.com>
+2012-08-08  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patch.
 	* patches/openjdk/p11cipher-6414899-p11digest_should_support_cloning.patch:
@@ -398,7 +468,7 @@
 
 	* test/tapset/jstaptest.pl (get_arch_dir): Fix dir for x86.
 
-2012-06-13  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-13  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/remove-mimpure-option-to-gcc.patch:
 	Dropped; upstreamed.
@@ -423,7 +493,7 @@
 	* patches/ecj/override.patch: Regenerate
 	against Oracle version of security patches.
 
-2012-06-07  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-07  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am,
 	* patches/ecj/override.patch:
@@ -442,11 +512,11 @@
 	* patches/security/20120612/7160757.patch:
 	Security patches for 2012/06/12.
 
-2012-06-12  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-12  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.8 & 1.11.3 releases.
 
-2012-06-11  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-11  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/7103224-glibc_name_collision.patch,
 	* patches/openjdk/7140882-dont-return-booleans-from-methods-returning-pointers.patch,
@@ -457,31 +527,31 @@
 	* patches/openjdk/6633275-shaped_translucent_windows.patch:
 	Regenerated due to copyright header change by Oracle.
 
-2012-06-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-06-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/6610244-modal-fatal-error-windows.patch:
 	Removed.
 	* Makefile.am,
 	Remove upstreamed patch.
 
-2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(OPENJDK_VERSION): Move to b26, ready
 	for next release.
 
-2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Move to released b25.
 	* Makefile.am:
 	(OPENJDK_DATE): Set to b25 release date.
 	(OPENJDK_SHA256SUM): Set to b25 checksum.
 
-2012-05-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add latest releases, 1.10.7 & 1.11.2
 
-2012-05-10  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-10  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patches.
 	* patches/openjdk/p11cipher-4898461-support_ecb_and_cbc.patch,
@@ -494,7 +564,7 @@
 	* patches/openjdk/p11cipher-6924489-ckr_operation_not_initialized.patch:
 	Backports from 7 to improve P11Cipher.
 
-2012-05-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(MEMORY_LIMIT): Always set this.
@@ -511,7 +581,7 @@
 	Make the test TestRSA compatible with JDK6 syntax.
 	* Makefile.am: Updated.
 
-2012-05-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	(add-nss): Copy nss.cfg to j2re-image as well.
@@ -521,7 +591,7 @@
 	(add-nss-ecj): Same as for add-nss.
 	(clean-add-nss-ecj): Same as for clean-add-nss.
 
-2012-05-04  Andrew John Hughes  <ahughes at redhat.com>
+2012-05-04  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Backport cryptography tests from 7.
 	* Makefile.am: Add new patches.
@@ -611,7 +681,7 @@
 
 	* Makefile.am (clean-jtreg): Depend on clean-jtreg-reports.
 
-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
@@ -629,7 +699,7 @@
 	* configure.ac: Invoke IT_FIND_COMPILER rather than
 	IT_FIND_JAVAC.
 
-2012-03-19  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-19  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* acinclude.m4:
 	(IT_CHECK_FOR_JDK): Update JDK home directory
@@ -637,7 +707,7 @@
 	and removing generic ones which may now pick
 	up an unwanted 1.7 installation.
 
-2012-03-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR600, 886:
 	* Makefile.am:
@@ -646,7 +716,7 @@
 	(IT_ENABLE_JAMVM): Generate jvm.jamvm.cfg.
 	* jvm.jamvm.cfg.in: Copied from jvm.cfg.in.
 
-2012-03-16  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR600, 886:
 	* patches/pr600-arm-jvm.cfg.patch: Removed.
@@ -722,7 +792,7 @@
 
 	* tapset/jstack.stp.in: Don't hard code constantPoolOopDesc_size.
 
-2012-03-09  Andrew John Hughes  <ahughes at redhat.com>
+2012-03-09  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/security/20120214/7082299.patch,
 	* patches/security/20120214/7088367.patch,
@@ -781,7 +851,7 @@
 	* arm_port/hotspot/src/cpu/zero/vm/asm_helper.cpp (Helper_new):
 	Don't use shared Eden in incremental mode.
 
-2012-02-15  Andrew John Hughes  <ahughes at redhat.com>
+2012-02-15  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Bring in 1.8.13, 1.9.13 and 1.10.6
 	release notes.
@@ -813,7 +883,7 @@
 	* NEWS: Update with fix.
 	* patches/ecj/jaxws-getdtdtype.patch: Update to apply correctly.
 
-2012-02-01  Andrew John Hughes  <ahughes at redhat.com>
+2012-02-01  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Sync with 1.11 branch.
 
@@ -885,7 +955,7 @@
 	(Thumb2_Return): Pass stackdepth to Thumb2_Safepoint.
 	(Thumb2_codegen): Pass stackdepth to Thumb2_Return.
 
-2012-01-18  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-18  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/openjdk/6851973-kerberos.patch,
 	* patches/openjdk/7091528-javadoc_class_files.patch,
@@ -957,7 +1027,7 @@
 	* patches/openjdk/7103610-_NET_WM_PID_and_WM_CLIENT_MACHINE_are_not_set.patch: 
 	New file. Sets XAtoms	_NET_WM_PID and WM_CLIENT_MACHINE for X windows.
 
-2012-01-12  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-12  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add 1.10.5, 1.9.12 and 1.8.12
 	release notes.  Remove duplicates from 1.11.
@@ -971,7 +1041,7 @@
 	com.sun.org.apache.xml.internal.security.utils.IdResolver is not
 	thread safe.
 
-2012-01-10  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-10  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patch.
 	* NEWS: Mention backport.
@@ -1015,7 +1085,7 @@
 	* policytool.desktop.in: new file, stub for desktop file, have variable
 	to be substituted during configure
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Cleanup ARM entry, separating
 	details into their own section.
@@ -1024,7 +1094,7 @@
 
 	* NEWS: ARM assembly language port.
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	Remove outdated NIO2 backport.
 	* overlays/nio2/openjdk/jdk/make/mkdemo/nio/Makefile,
@@ -1385,11 +1455,11 @@
 	* configure.ac: Remove --enable-nio2 option.
 	* NEWS: Mention removal.
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Fix formatting.
 
-2012-01-06  Andrew John Hughes  <ahughes at redhat.com>
+2012-01-06  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS:
 	Add missing entries for 1.9.11, 1.8.11, 1.10.3,
@@ -1400,12 +1470,12 @@
 	* Makefile.am: Fixed path to excludelist.jdk.jtx
 	file containing black list of JDK JTreg tests.
 
-2011-12-23  Andrew John Hughes  <ahughes at redhat.com>
+2011-12-23  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS: Add RH bug number which alerted us to
 	the problem to the 7103725 backport.
 
-2011-12-22  Andrew John Hughes  <ahughes at redhat.com>
+2011-12-22  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am: Add new patches.
 	* patches/openjdk/6851973-kerberos.patch,
@@ -1419,7 +1489,7 @@
 	* arm_port/hotspot/src/cpu/zero/vm/thumb2.cpp (Thumb2_Safepoint):
 	Disable.
 
-2011-12-20  Andrew John Hughes  <ahughes at redhat.com>
+2011-12-20  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* jtreg/JavaTest.cmdMgrs.lst,
 	* jtreg/JavaTest.toolMgrs.lst,
@@ -2581,29 +2651,29 @@
 	(CACAO_VERSION): Updated CACAO to 2011-12-01 revision.
 	(CACAO_SHA256SUM): Updated.
 
-2011-11-28  Andrew John Hughes  <ahughes at redhat.com>
+2011-11-28  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* Makefile.am:
 	Bump to b25 (next version in hg).
 
-2011-11-28  Andrew John Hughes  <ahughes at redhat.com>
+2011-11-28  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS:
 	Remove inaccurate line about ARM assembler.
 
-2011-11-28  Andrew John Hughes  <ahughes at redhat.com>
+2011-11-28  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* NEWS:
 	Add changes in b24.
 
-2011-11-25  Andrew John Hughes  <ahughes at redhat.com>
+2011-11-25  Andrew John Hughes  <gnu.andrew 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>
+2011-11-24  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* patches/security/20111018/7000600.patch,
 	* patches/security/20111018/7019773.patch,
@@ -2627,7 +2697,7 @@
 	* patches/xjc.patch:
 	Rewritten to work with upstream security patches.
 
-2011-11-11  Andrew John Hughes  <ahughes at redhat.com>
+2011-11-11  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	PR719: make distcheck work in IcedTea6
 	* Makefile.am:
@@ -2835,18 +2905,18 @@
 	OpenJDK changeset.
 	* Makefile.am (ICEDTEA_PATCHES): Add the above.
 
-2011-10-21  Andrew John Hughes  <ahughes at redhat.com>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic