/hg/icedtea7: 5 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed May 23 12:07:26 PDT 2012


changeset 0198d2de05dd in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=0198d2de05dd
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 17:43:44 2012 +0100

	Added tag icedtea-2.2-branchpoint for changeset 2917541bbda4


changeset 85d1a1382055 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=85d1a1382055
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 20:00:25 2012 +0100

	Prepare for 2.3 release.

	2012-05-23  Andrew John Hughes  <ahughes at redhat.com>

		* configure.ac: Bump to 2.3pre.
		* NEWS: Add 2.3 section.


changeset 2bead65b8618 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=2bead65b8618
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 20:01:36 2012 +0100

	Sync NEWS with 2.2 branch.

	2012-05-23  Andrew John Hughes  <ahughes at redhat.com>

		* NEWS: Sync with 2.2 branch.


changeset 48c273964721 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=48c273964721
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 20:05:52 2012 +0100

	Bump changesets to bring in latest JDK and CORBA fixes.

	2012-05-23  Andrew John Hughes  <ahughes at redhat.com>

		(CORBA_CHANGESET): Bump to bring in typo fix.
		(CORBA_SHA256SUM): Likewise.
		(JDK_CHANGESET): Bump to bring in the
		digest cloning fix.
		(JDK_SHA256SUM): Likewise.


changeset 9d852f22c417 in /hg/icedtea7
details: http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=9d852f22c417
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 20:07:09 2012 +0100

	Fix OpenJDK root tarball extraction when running on a release branch.

	2012-05-23  Andrew John Hughes  <ahughes at redhat.com>

		* Makefile.am:
		(extract-openjdk): Mirror replacement of '.' with
		'-' done by Mercurial server when creating tarball.


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  23 +++++++++++++++++++++++
 Makefile.am  |  10 +++++-----
 NEWS         |  24 ++++++++++++++++++++++++
 configure.ac |   2 +-
 5 files changed, 54 insertions(+), 6 deletions(-)

diffs (120 lines):

diff -r 2917541bbda4 -r 9d852f22c417 .hgtags
--- a/.hgtags	Wed May 23 15:32:36 2012 +0100
+++ b/.hgtags	Wed May 23 20:07:09 2012 +0100
@@ -32,3 +32,4 @@
 1b47f8cc8c754841c63dfcddc41a11f1b012bddd icedtea-1.14
 e4c9d9bd4a99ee2993e6737a84ccb9792fa7c4d1 icedtea-2.0-branchpoint
 d35c742babc02eb874684ea7cb647ef5eda55c75 icedtea-2.1-branchpoint
+2917541bbda4f6745b157f39d7bd39472cae5235 icedtea-2.2-branchpoint
diff -r 2917541bbda4 -r 9d852f22c417 ChangeLog
--- a/ChangeLog	Wed May 23 15:32:36 2012 +0100
+++ b/ChangeLog	Wed May 23 20:07:09 2012 +0100
@@ -1,3 +1,26 @@
+2012-05-23  Andrew John Hughes  <ahughes 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>
+
+	(CORBA_CHANGESET): Bump to bring in typo fix.
+	(CORBA_SHA256SUM): Likewise.
+	(JDK_CHANGESET): Bump to bring in the
+	digest cloning fix.
+	(JDK_SHA256SUM): Likewise.
+
+2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Sync with 2.2 branch.
+
+2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* configure.ac: Bump to 2.3pre.
+	* NEWS: Add 2.3 section.
+
 2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/boot/corba-defs.patch:
diff -r 2917541bbda4 -r 9d852f22c417 Makefile.am
--- a/Makefile.am	Wed May 23 15:32:36 2012 +0100
+++ b/Makefile.am	Wed May 23 20:07:09 2012 +0100
@@ -4,19 +4,19 @@
 JDK_UPDATE_VERSION = 04
 COMBINED_VERSION = $(JDK_UPDATE_VERSION)-$(OPENJDK_VERSION)
 
-CORBA_CHANGESET = 113893003a77
+CORBA_CHANGESET = 139542079986
 HOTSPOT_CHANGESET = 5be91de8b779
 JAXP_CHANGESET = 10808c0ac008
 JAXWS_CHANGESET = 06cd92271215
-JDK_CHANGESET = fd327c7e74da
+JDK_CHANGESET = bba3b86618d0
 LANGTOOLS_CHANGESET = 8634c8f95ff7
 OPENJDK_CHANGESET = 6670fad22684
 
-CORBA_SHA256SUM = 3dafae04c00c8f13a7cbba0a8ad070bd10e4bec6598f27a62e34cdeb54ed4957
+CORBA_SHA256SUM = ebc23393b46ae9bcbf0b231ce0b6e58dfb94a82861c5c52d6189c936328614cd
 HOTSPOT_SHA256SUM = babb11cf54c6299fe2f0730968316958b71a1dd5e7c2d5d698ac7d905bfc2ccc
 JAXP_SHA256SUM = a8c600e3419d8586acb3f7f444bea399aac174d58f2127cb4c0a3ffd3cffdd17
 JAXWS_SHA256SUM = f896fbc4dd9eeb68015afe0378638fc646b9b08047cf9c382a33542f44454def
-JDK_SHA256SUM = 4697250c0218be75bac9595e0345cff3bfb7a0f5bd0a9cf0544b75483aec9a1a
+JDK_SHA256SUM = 63a5b6f565ca793371ebc9f46026e978bc7eee36d1849e61a2b9d470b0add300
 LANGTOOLS_SHA256SUM = bad80067828740510fe8f7c430dfb90d1ec1c895a93fa56b16d8223a8c757bd3
 OPENJDK_SHA256SUM = 5256c8e7c9144ff8a23e83574a82a42874c4c7722057e8194ceb70fe15a5de06
 
@@ -1104,7 +1104,7 @@
 	      *.zip) $(UNZIP) -q $(OPENJDK_SRC_ZIP) ;; \
 	      *.tar.*) $(TAR) xf $(OPENJDK_SRC_ZIP) ;; \
 	    esac; \
-	    mv $(ICEDTEA_PREFIX)-$(OPENJDK_CHANGESET) openjdk ; \
+	    mv `echo $(ICEDTEA_PREFIX)|sed 's#\.#-#'`-$(OPENJDK_CHANGESET) openjdk ; \
 	  else \
 	    echo "ERROR: Couldn't extract OpenJDK"; \
 	    false; \
diff -r 2917541bbda4 -r 9d852f22c417 NEWS
--- a/NEWS	Wed May 23 15:32:36 2012 +0100
+++ b/NEWS	Wed May 23 20:07:09 2012 +0100
@@ -10,9 +10,33 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 2.3 (2012-XX-XX):
+
 New in release 2.2 (2012-XX-XX):
+
 * Bug fixes
   - PR885: IcedTea7 does not build scripting support
+  - Support glib >= 2.32.
+  - Fix build on GCC 4.7.
+  - Allow downloading to be disabled.
+  - Generalise new ucrypto cryptography tests.
+  - Stop libraries being stripped in the OpenJDK build.
+  - PR817: Support kernels that require PaX marking on the JDK binaries.
+* PulseAudio
+  - PR734: Fix pulse-java latency problem
+  - PR758: [regression] javah from 6hg/b23 generates `jlong' from `private int'
+  - LP862286: Fix exception on trying to start PulseAudio playback
+  - Replace pulse audio enums with static longs.
+  - Fix a few concurrency problems in pulse audio.
+  - Start PulseAudioTargetDataLines in the corked state.
+* SystemTap
+  - Support multiple running HotSpots by indexing globals by pid()
+  - Don't hard code constantPoolOopDesc_size.
+  - Use @var construct if available.
+  - Wrap heap accessors in try-catch block.
+  - Change symbolOopDesc to Symbol to accomodate S6990754.
+  - Add tapset tests.
+  - jstaptest.pl: thread_start and stop thread id can be any positive number.
 
 New in release 2.1 (2012-02-14):
 
diff -r 2917541bbda4 -r 9d852f22c417 configure.ac
--- a/configure.ac	Wed May 23 15:32:36 2012 +0100
+++ b/configure.ac	Wed May 23 20:07:09 2012 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.2pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.3pre], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list