changeset 2498:78b0126c1595

Bump to 2.1pre. 2011-10-19 Andrew John Hughes <ahughes@redhat.com> * NEWS: Set release date of 2.0 and add section for 2.1. * configure.ac: Bump to 2.1pre.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 19 Oct 2011 06:33:03 +0100
parents c448ba9ca41b
children 956bad867ba0
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 19 03:24:31 2011 +0100
+++ b/ChangeLog	Wed Oct 19 06:33:03 2011 +0100
@@ -1,3 +1,9 @@
+2011-10-19  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Set release date of 2.0 and
+	add section for 2.1.
+	* configure.ac: Bump to 2.1pre.
+
 2011-10-19  Andrew John Hughes  <ahughes@redhat.com>
 
 	* patches/cacao/6714758.patch:
--- a/NEWS	Wed Oct 19 03:24:31 2011 +0100
+++ b/NEWS	Wed Oct 19 06:33:03 2011 +0100
@@ -10,7 +10,9 @@
 
 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.1 (20XX-XX-XX):
+
+New in release 2.0 (2011-10-19):
 
 * Security fixes
   - S7000600, CVE-2011-3547: InputStream skip() information leak
--- a/configure.ac	Wed Oct 19 03:24:31 2011 +0100
+++ b/configure.ac	Wed Oct 19 06:33:03 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.0pre], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.1pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])