changeset 979:01d1e5e449f7

Bumped to 1.5.1pre
author Jiri Vanek <jvanek@redhat.com>
date Mon, 07 Apr 2014 12:50:40 +0200
parents b81ce6918806
children 854acffa0c99
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 07 12:15:04 2014 +0200
+++ b/ChangeLog	Mon Apr 07 12:50:40 2014 +0200
@@ -1,3 +1,9 @@
+2014-04-07  Jiri Vanek  <jvanek@redhat.com>
+
+	Post 1.5 changes
+	* NEWS: added 1.5.1 section
+	* configure.ac: (AC_INIT) bumped to 1.5.1pre
+
 2014-04-02  Jiri Vanek  <jvanek@redhat.com>
 
 	* Makefile.am: bumped number of changeset in for about dialog. Fixed placement.
--- a/NEWS	Mon Apr 07 12:15:04 2014 +0200
+++ b/NEWS	Mon Apr 07 12:50:40 2014 +0200
@@ -8,6 +8,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.5.1 (YYYY-MM-DD):
+
 New in release 1.5 (2014-04-02):
 * IcedTea-Web now using tagsoup as default (tagsoup dependence) sanitizer for input
 * JDK older then 1.5 no longer supported
--- a/configure.ac	Mon Apr 07 12:15:04 2014 +0200
+++ b/configure.ac	Mon Apr 07 12:50:40 2014 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.5],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.5.1pre],[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 netx.manifest])