# HG changeset patch # User Andrew John Hughes # Date 1338426081 -3600 # Node ID 537e2113b0a9846fa4d39475f0cbf2854f4e1760 # Parent c91bd5e54f2c155974880ad725395daa184d1983 Prepare for next release. 2012-05-30 Andrew John Hughes * configure.ac: Bump to 2.2.1pre. * NEWS: Add 2.2.1 section. diff -r c91bd5e54f2c -r 537e2113b0a9 ChangeLog --- a/ChangeLog Thu May 31 01:59:41 2012 +0100 +++ b/ChangeLog Thu May 31 02:01:21 2012 +0100 @@ -1,3 +1,8 @@ +2012-05-30 Andrew John Hughes + + * configure.ac: Bump to 2.2.1pre. + * NEWS: Add 2.2.1 section. + 2012-05-30 Andrew John Hughes * Makefile.am: diff -r c91bd5e54f2c -r 537e2113b0a9 NEWS --- a/NEWS Thu May 31 01:59:41 2012 +0100 +++ b/NEWS Thu May 31 02:01:21 2012 +0100 @@ -10,6 +10,8 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 2.2.1 (2012-06-XX): + New in release 2.2 (2012-05-30): * Bug fixes diff -r c91bd5e54f2c -r 537e2113b0a9 configure.ac --- a/configure.ac Thu May 31 01:59:41 2012 +0100 +++ b/configure.ac Thu May 31 02:01:21 2012 +0100 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [2.2], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea], [2.2.1pre], [distro-pkg-dev@openjdk.java.net]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile])