changeset 2548:2bead65b8618

Sync NEWS with 2.2 branch. 2012-05-23 Andrew John Hughes <ahughes@redhat.com> * NEWS: Sync with 2.2 branch.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 23 May 2012 20:01:36 +0100
parents 85d1a1382055
children 48c273964721
files ChangeLog NEWS
diffstat 2 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 23 20:00:25 2012 +0100
+++ b/ChangeLog	Wed May 23 20:01:36 2012 +0100
@@ -1,3 +1,7 @@
+2012-05-23  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Sync with 2.2 branch.
+
 2012-05-23  Andrew John Hughes  <ahughes@redhat.com>
 
 	* configure.ac: Bump to 2.3pre.
--- a/NEWS	Wed May 23 20:00:25 2012 +0100
+++ b/NEWS	Wed May 23 20:01:36 2012 +0100
@@ -16,6 +16,27 @@
 
 * 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):