changeset 124:7e1ca05d223f

Prepare for 1.0.4
author Deepak Bhole <dbhole@redhat.com>
date Mon, 13 Jun 2011 17:26:41 -0400
parents 63a65ea70e2d
children b29fdd0f4d04
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 13 17:24:41 2011 -0400
+++ b/ChangeLog	Mon Jun 13 17:26:41 2011 -0400
@@ -1,3 +1,8 @@
+2011-06-13  Deepak Bhole <dbhole@redhat.com>
+
+	* configure.ac: Prepare for 1.0.4.
+	* NEWS: Same.
+
 2011-06-13  Deepak Bhole <dbhole@redhat.com>
 
 	* configure.ac: Prepare for 1.0.3.
--- a/NEWS	Mon Jun 13 17:24:41 2011 -0400
+++ b/NEWS	Mon Jun 13 17:26:41 2011 -0400
@@ -8,6 +8,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.0.4 (2011-XX-XX):
+
 New in release 1.0.3 (2011-06-13):
 * Plugin
   - PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a different thread unless a different GMainContext *context is used
--- a/configure.ac	Mon Jun 13 17:24:41 2011 -0400
+++ b/configure.ac	Mon Jun 13 17:26:41 2011 -0400
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.0.3],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.0.4pre],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])