/hg/release/icedtea7-2.2: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed May 23 10:00:08 PDT 2012


changeset 0198d2de05dd in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?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 bd698bdeb871 in /hg/release/icedtea7-2.2
details: http://icedtea.classpath.org/hg/release/icedtea7-2.2?cmd=changeset;node=bd698bdeb871
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed May 23 17:59:53 2012 +0100

	Update NEWS for 2.2 release.

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

		* NEWS: Updated.


diffstat:

 .hgtags   |   1 +
 ChangeLog |   4 ++++
 NEWS      |  22 ++++++++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 2917541bbda4 -r bd698bdeb871 .hgtags
--- a/.hgtags	Wed May 23 15:32:36 2012 +0100
+++ b/.hgtags	Wed May 23 17:59:53 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 bd698bdeb871 ChangeLog
--- a/ChangeLog	Wed May 23 15:32:36 2012 +0100
+++ b/ChangeLog	Wed May 23 17:59:53 2012 +0100
@@ -1,3 +1,7 @@
+2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
+
+	* NEWS: Updated.
+
 2012-05-23  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/boot/corba-defs.patch:
diff -r 2917541bbda4 -r bd698bdeb871 NEWS
--- a/NEWS	Wed May 23 15:32:36 2012 +0100
+++ b/NEWS	Wed May 23 17:59:53 2012 +0100
@@ -11,8 +11,30 @@
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
 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):
 



More information about the distro-pkg-dev mailing list