changeset 1705:d7a1543dcb1e

Update NEWS and bump version to 1.6.3. 2010-03-17 Andrew John Hughes <ahughes@redhat.com> * NEWS: Update for 1.6.3. * configure.ac: Bump to 1.6.3.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 17 Mar 2010 16:48:26 +0000
parents 833ee1f40cf8
children bd932bfc5a03
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 11 23:34:09 2010 +0000
+++ b/ChangeLog	Wed Mar 17 16:48:26 2010 +0000
@@ -1,3 +1,8 @@
+2010-03-17  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Update for 1.6.3.
+	* configure.ac: Bump to 1.6.3.
+
 2010-03-11  Andrew John Hughes  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- a/NEWS	Thu Mar 11 23:34:09 2010 +0000
+++ b/NEWS	Wed Mar 17 16:48:26 2010 +0000
@@ -1,3 +1,11 @@
+New in release 1.6.3 (2010-03-XX)
+- Enable debuginfo for saproc and jsig
+- Add missing mkbc.c
+- Backport of 6822370:
+  ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock
+- Increase ThreadStackSize by 512kb on 32-bit Zero platforms
+- Make the original HotSpot build work for normal builds and disable Zero/Shark builds with it
+
 New in release 1.6.2 (2009-11-09)
 - Latest security updates:
   - (CVE-2009-3728) ICC_Profile file existence detection information leak (6631533)
--- a/configure.ac	Thu Mar 11 23:34:09 2010 +0000
+++ b/configure.ac	Wed Mar 17 16:48:26 2010 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.6.2], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.6.3], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])