/hg/release/icedtea6-1.10: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Apr 4 08:16:58 PDT 2011
changeset e92db53adff0 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=e92db53adff0
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Apr 04 15:10:52 2011 +0100
Prepare for 1.10.1 release.
2011-04-04 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add date of 1.10.1 release. Move S7031385
fix to backports section.
* configure.ac: Bump to 1.10.1.
changeset 55870fb0e60a in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=55870fb0e60a
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Apr 04 16:11:12 2011 +0100
Added tag icedtea6-1.10.1 for changeset e92db53adff0
changeset 27de3493190b in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=27de3493190b
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Apr 04 16:16:48 2011 +0100
Prepare for 1.10.2.
2011-04-04 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add 1.10.2.
* configure.ac: Bump to 1.10.2pre.
diffstat:
.hgtags | 1 +
ChangeLog | 17 ++++++++++++++---
NEWS | 6 ++++--
configure.ac | 2 +-
4 files changed, 20 insertions(+), 6 deletions(-)
diffs (70 lines):
diff -r aafbc0658df1 -r 27de3493190b .hgtags
--- a/.hgtags Fri Apr 01 11:37:40 2011 -0400
+++ b/.hgtags Mon Apr 04 16:16:48 2011 +0100
@@ -21,3 +21,4 @@
cb463b94b82da269ea089c481ed5e39700525a8a icedtea6-1.9-branchpoint
21f2a8d158545a161ba0d997c13bdba1e6166394 icedtea6-1.10-branch
9f4eced56544b0326bb5aa011de6263ca121c7c1 icedtea6-1.10
+e92db53adff0de7449fa76bb178f96989ddddb28 icedtea6-1.10.1
diff -r aafbc0658df1 -r 27de3493190b ChangeLog
--- a/ChangeLog Fri Apr 01 11:37:40 2011 -0400
+++ b/ChangeLog Mon Apr 04 16:16:48 2011 +0100
@@ -1,11 +1,22 @@
+2011-04-04 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Add 1.10.2.
+ * configure.ac: Bump to 1.10.2pre.
+
+2011-04-04 Andrew John Hughes <ahughes at 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 at 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 at redhat.com>
diff -r aafbc0658df1 -r 27de3493190b NEWS
--- a/NEWS Fri Apr 01 11:37:40 2011 -0400
+++ b/NEWS Mon Apr 04 16:16:48 2011 +0100
@@ -9,16 +9,18 @@
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.2 (20XX-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.
diff -r aafbc0658df1 -r 27de3493190b configure.ac
--- a/configure.ac Fri Apr 01 11:37:40 2011 -0400
+++ b/configure.ac Mon Apr 04 16:16:48 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.10.1pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.10.2pre],[distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list