/hg/release/icedtea6-1.11: 3 new changesets
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Mon Jan 30 21:16:29 PST 2012
changeset 7b118bddf755 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=7b118bddf755
author: Omair Majid <omajid at redhat.com>
date: Mon Jan 30 22:17:04 2012 -0500
Add missing NEWS entry
changeset 746c78997ad9 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=746c78997ad9
author: Omair Majid <omajid at redhat.com>
date: Mon Jan 30 23:53:36 2012 -0500
Prepare for 1.11 release
changeset 9392b2e91395 in /hg/release/icedtea6-1.11
details: http://icedtea.classpath.org/hg/release/icedtea6-1.11?cmd=changeset;node=9392b2e91395
author: Omair Majid <omajid at redhat.com>
date: Mon Jan 30 23:54:04 2012 -0500
Added tag icedtea6-1.11 for changeset 746c78997ad9
diffstat:
.hgtags | 1 +
ChangeLog | 5 +++++
NEWS | 3 ++-
configure.ac | 2 +-
4 files changed, 9 insertions(+), 2 deletions(-)
diffs (49 lines):
diff -r a5a1fd171138 -r 9392b2e91395 .hgtags
--- a/.hgtags Mon Jan 30 22:13:05 2012 -0500
+++ b/.hgtags Mon Jan 30 23:54:04 2012 -0500
@@ -22,3 +22,4 @@
21f2a8d158545a161ba0d997c13bdba1e6166394 icedtea6-1.10-branchpoint
24c5bd2e7d574441813bfb8f9e4636e50c5d7c28 icedtea6-1.11-branch
933c143b22a0acb6e5c72ac1315fd90a135275a8 icedtea6-1.11pre
+746c78997ad9baaac7601686031f507936cebb88 icedtea6-1.11
diff -r a5a1fd171138 -r 9392b2e91395 ChangeLog
--- a/ChangeLog Mon Jan 30 22:13:05 2012 -0500
+++ b/ChangeLog Mon Jan 30 23:54:04 2012 -0500
@@ -1,3 +1,8 @@
+2012-01-30 Omair Majid <omajid at redhat.com>
+
+ * NEWS: Set release date.
+ * configure.ac: Bump to 1.11.
+
2012-01-30 Omair Majid <omajid at redhat.com>
* Makefile.am (ICEDTEA_PATCHES): Remove
diff -r a5a1fd171138 -r 9392b2e91395 NEWS
--- a/NEWS Mon Jan 30 22:13:05 2012 -0500
+++ b/NEWS Mon Jan 30 23:54:04 2012 -0500
@@ -10,7 +10,7 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.11 (2011-XX-XX):
+New in release 1.11 (2012-01-30):
* Use HotSpot 20 as the default virtual machine.
* ARM assembly language port reinstated and updated; details below.
@@ -380,6 +380,7 @@
- S6296893: BMP Writer handles TopDown property incorrectly for some of the compression types
- S7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
- S7103610, RH683768: _NET_WM_PID and WM_CLIENT_MACHINE are not set
+ - S7140882: Don't return booleans from methods returning pointers
* ARM Port
- Ported to the EABI hard-fp model
- Locking for multi-core operation added.
diff -r a5a1fd171138 -r 9392b2e91395 configure.ac
--- a/configure.ac Mon Jan 30 22:13:05 2012 -0500
+++ b/configure.ac Mon Jan 30 23:54:04 2012 -0500
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.11pre],[distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea6],[1.11],[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