changeset 2440:6cf9b58ff9bc

Prepare for 2.0. 2011-05-27 Andrew John Hughes <ahughes@redhat.com> * NEWS: Add 2.0. * configure.ac: Bump to 2.0pre.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 27 May 2011 13:30:39 +0100
parents 1508b893efed
children 31a4741ed890
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 25 23:24:11 2011 +0100
+++ b/ChangeLog	Fri May 27 13:30:39 2011 +0100
@@ -1,3 +1,8 @@
+2011-05-27  Andrew John Hughes  <ahughes@redhat.com>
+
+	* NEWS: Add 2.0.
+	* configure.ac: Bump to 2.0pre.
+
 2011-05-25  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS:
--- a/NEWS	Wed May 25 23:24:11 2011 +0100
+++ b/NEWS	Fri May 27 13:30:39 2011 +0100
@@ -9,6 +9,8 @@
 
 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 1.14 (2011-05-25):
 
 * NetX and the plugin moved to the IcedTea-Web project with a separate
--- a/configure.ac	Wed May 25 23:24:11 2011 +0100
+++ b/configure.ac	Fri May 27 13:30:39 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [1.14], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.0pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])