changeset 2508:e92db53adff0 icedtea6-1.10.1

Prepare for 1.10.1 release. 2011-04-04 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add date of 1.10.1 release. Move S7031385 fix to backports section. * configure.ac: Bump to 1.10.1.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 04 Apr 2011 15:10:52 +0100
parents aafbc0658df1
children 55870fb0e60a
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 01 11:37:40 2011 -0400
+++ b/ChangeLog	Mon Apr 04 15:10:52 2011 +0100
@@ -1,11 +1,17 @@
+2011-04-04  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Add date of 1.10.1 release.
+	Move S7031385 fix to backports section.
+	* configure.ac: Bump to 1.10.1.
+
 2011-04-01  Deepak Bhole <dbhole@redhat.com>
 
 	S7031385, PR680: Incorrect register allocation in
-	orderAccess_linux_x86.inline.hpp 
+	orderAccess_linux_x86.inline.hpp
 	* Makefile.am: Apply patch.
 	* NEWS: Updated
-	* patches/openjdk/7031385-gcc-register-allocation-fix.patch: New patch. 
-	Fixes register allocation by constraining output to one of a/b/c/d 
+	* patches/openjdk/7031385-gcc-register-allocation-fix.patch: New patch.
+	Fixes register allocation by constraining output to one of a/b/c/d
 	registers.
 
 2011-03-31  Andrew John Hughes  <ahughes@redhat.com>
--- a/NEWS	Fri Apr 01 11:37:40 2011 -0400
+++ b/NEWS	Mon Apr 04 15:10:52 2011 +0100
@@ -9,16 +9,16 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.10.1 (2011-XX-XX):
+New in release 1.10.1 (2011-04-04):
 
 * HotSpot 20 updated to b11.
 * Backports
   - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
   - Add missing privileged block around access to the sun.awt.nativedebug property.
   - S7032388, PR682: Make HotSpot work on machines without cmov instruction again
+  - S7031385, PR680: Incorrect register allocation in orderAccess_linux_x86.inline.hpp
 * Fixes
   - G356743: Support libpng 1.5.
-  - S7031385, PR680: Incorrect register allocation in orderAccess_linux_x86.inline.hpp
 * CACAO
   - Ignore all unknown options, but report them.
   - Fixes build for newer gcc (at least 4.4) on PPC64, breaks older gcc.
--- a/configure.ac	Fri Apr 01 11:37:40 2011 -0400
+++ b/configure.ac	Mon Apr 04 15:10:52 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.10.1pre],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.10.1],[distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])