# HG changeset patch # User Andrew John Hughes # Date 1319002836 -3600 # Node ID db5941a0c67fcad2d2e5f08c2a6e99ae424cffdb # Parent f89191483b957528b8af42b5ac24ba89543cada3 Bump to 2.0.1pre. 2011-10-19 Andrew John Hughes * NEWS: Add section for 2.0.1. * configure.ac: Bump to 2.0.1pre. diff -r f89191483b95 -r db5941a0c67f ChangeLog --- a/ChangeLog Wed Oct 19 05:25:29 2011 +0100 +++ b/ChangeLog Wed Oct 19 06:40:36 2011 +0100 @@ -1,3 +1,8 @@ +2011-10-19 Andrew John Hughes + + * NEWS: Add section for 2.0.1. + * configure.ac: Bump to 2.0.1pre. + 2011-10-19 Andrew John Hughes * Makefile.am: diff -r f89191483b95 -r db5941a0c67f NEWS --- a/NEWS Wed Oct 19 05:25:29 2011 +0100 +++ b/NEWS Wed Oct 19 06:40:36 2011 +0100 @@ -10,6 +10,8 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 2.0.1 (20XX-XX-XX): + New in release 2.0 (2011-10-19): * Security fixes diff -r f89191483b95 -r db5941a0c67f configure.ac --- a/configure.ac Wed Oct 19 05:25:29 2011 +0100 +++ b/configure.ac Wed Oct 19 06:40:36 2011 +0100 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [2.0], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea], [2.0.1pre], [distro-pkg-dev@openjdk.java.net]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile])