changeset 2494:e07ea5fb31a2

Bump to 2.0 proper. 2011-10-19 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add missing bug and release date. * configure.ac: Bump to 2.0 proper.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 19 Oct 2011 05:02:36 +0100
parents 143310ff66a3
children 7539c1841f51
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 19 03:31:42 2011 +0100
+++ b/ChangeLog	Wed Oct 19 05:02:36 2011 +0100
@@ -1,3 +1,9 @@
+2011-10-19  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Add missing bug and release
+	date.
+	* configure.ac: Bump to 2.0 proper.
+
 2011-10-19  Andrew John Hughes  <ahughes@redhat.com>
 
 	Disable CACAO due to
--- a/NEWS	Wed Oct 19 03:31:42 2011 +0100
+++ b/NEWS	Wed Oct 19 05:02:36 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
--- a/configure.ac	Wed Oct 19 03:31:42 2011 +0100
+++ b/configure.ac	Wed Oct 19 05:02:36 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.0pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.0], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])