changeset 2547:bd698bdeb871

Update NEWS for 2.2 release. 2012-05-23 Andrew John Hughes <ahughes@redhat.com> * NEWS: Updated.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 23 May 2012 17:59:53 +0100
parents 0198d2de05dd
children 099cd72b4611
files ChangeLog NEWS
diffstat 2 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 23 17:43:44 2012 +0100
+++ b/ChangeLog	Wed May 23 17:59:53 2012 +0100
@@ -1,3 +1,7 @@
+2012-05-23  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Updated.
+
 2012-05-23  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/boot/corba-defs.patch:
--- a/NEWS	Wed May 23 17:43:44 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):