# HG changeset patch # User Andrew John Hughes # Date 1268844506 0 # Node ID d7a1543dcb1ecc62ffb848ab8bc9983323f7d2c3 # Parent 833ee1f40cf84a4446e7406b2b018dd63c088550 Update NEWS and bump version to 1.6.3. 2010-03-17 Andrew John Hughes * NEWS: Update for 1.6.3. * configure.ac: Bump to 1.6.3. diff -r 833ee1f40cf8 -r d7a1543dcb1e ChangeLog --- 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 + + * NEWS: Update for 1.6.3. + * configure.ac: Bump to 1.6.3. + 2010-03-11 Andrew John Hughes * acinclude.m4: diff -r 833ee1f40cf8 -r d7a1543dcb1e NEWS --- 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) diff -r 833ee1f40cf8 -r d7a1543dcb1e configure.ac --- 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])