/hg/release/icedtea7-2.0: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Tue Oct 18 21:25:48 PDT 2011
changeset e07ea5fb31a2 in /hg/release/icedtea7-2.0
details: http://icedtea.classpath.org/hg/release/icedtea7-2.0?cmd=changeset;node=e07ea5fb31a2
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 05:02:36 2011 +0100
Bump to 2.0 proper.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Add missing bug and release date.
* configure.ac: Bump to 2.0 proper.
changeset 7539c1841f51 in /hg/release/icedtea7-2.0
details: http://icedtea.classpath.org/hg/release/icedtea7-2.0?cmd=changeset;node=7539c1841f51
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 05:25:21 2011 +0100
Update IcedTea7 release tree location.
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (ICEDTEA_HG_URL): Update to new
location.
changeset f89191483b95 in /hg/release/icedtea7-2.0
details: http://icedtea.classpath.org/hg/release/icedtea7-2.0?cmd=changeset;node=f89191483b95
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 19 05:25:29 2011 +0100
Added tag icedtea-2.0 for changeset 7539c1841f51
diffstat:
.hgtags | 1 +
ChangeLog | 11 +++++++++++
Makefile.am | 2 +-
NEWS | 3 ++-
configure.ac | 2 +-
5 files changed, 16 insertions(+), 3 deletions(-)
diffs (67 lines):
diff -r 143310ff66a3 -r f89191483b95 .hgtags
--- a/.hgtags Wed Oct 19 03:31:42 2011 +0100
+++ b/.hgtags Wed Oct 19 05:25:29 2011 +0100
@@ -31,3 +31,4 @@
13b9a6c006730355f1441c69649775e7cebd8aa0 icedtea-1.13
1b47f8cc8c754841c63dfcddc41a11f1b012bddd icedtea-1.14
e4c9d9bd4a99ee2993e6737a84ccb9792fa7c4d1 icedtea-2.0-branchpoint
+7539c1841f51003a827ca1e80c6876e858b11925 icedtea-2.0
diff -r 143310ff66a3 -r f89191483b95 ChangeLog
--- a/ChangeLog Wed Oct 19 03:31:42 2011 +0100
+++ b/ChangeLog Wed Oct 19 05:25:29 2011 +0100
@@ -1,3 +1,14 @@
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (ICEDTEA_HG_URL): Update to new location.
+
+2011-10-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * NEWS: Add missing bug and release
+ date.
+ * configure.ac: Bump to 2.0 proper.
+
2011-10-19 Andrew John Hughes <ahughes at redhat.com>
Disable CACAO due to
diff -r 143310ff66a3 -r f89191483b95 Makefile.am
--- a/Makefile.am Wed Oct 19 03:31:42 2011 +0100
+++ b/Makefile.am Wed Oct 19 05:25:29 2011 +0100
@@ -31,7 +31,7 @@
JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
ICEDTEA_PREFIX = icedtea7-forest-2.0
-ICEDTEA_HG_URL = http://icedtea.classpath.org/hg/$(ICEDTEA_PREFIX)
+ICEDTEA_HG_URL = http://icedtea.classpath.org/hg/release/$(ICEDTEA_PREFIX)
OPENJDK_HG_URL = http://hg.openjdk.java.net/jdk7/jdk7
CVMI_HG_URL = http://hg.openjdk.java.net/cvmi/cvmi/
CLOSURES_HG_URL = http://hg.openjdk.java.net/closures/closures/
diff -r 143310ff66a3 -r f89191483b95 NEWS
--- a/NEWS Wed Oct 19 03:31:42 2011 +0100
+++ b/NEWS Wed Oct 19 05:25:29 2011 +0100
@@ -10,7 +10,7 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 2.0 (2011-XX-XX):
+New in release 2.0 (2011-10-19):
* Security fixes
- S7000600, CVE-2011-3547: InputStream skip() information leak
@@ -39,6 +39,7 @@
- S7044738: Loop unroll optimization causes incorrect result
- S7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
- S7073913: Avoid random segfaults.
+ - PR751: IcedTea7 should bootstrap with IcedTea7
* Zero/Shark
- PR757, S7066143: 7009309 regression: x86 stubRoutines
- PR753, S7066143: 7009923 regression
diff -r 143310ff66a3 -r f89191483b95 configure.ac
--- a/configure.ac Wed Oct 19 03:31:42 2011 +0100
+++ b/configure.ac Wed Oct 19 05:25:29 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.0pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.0], [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