changeset 1053:60ec4f45fb23

Post-release changes
author Jiri Vanek <jvanek@redhat.com>
date Fri, 11 Sep 2015 14:18:42 +0200
parents 4fb81ed268cf
children d2a31f081e48
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 11 14:11:08 2015 +0200
+++ b/ChangeLog	Fri Sep 11 14:18:42 2015 +0200
@@ -1,3 +1,9 @@
+2015-09-11  Jiri Vanek  <jvanek@redhat.com>
+
+	Post-release changes 
+	* NEWS: added 1.5.4 section
+	* configure.ac: (AC_INIT) bumped to 1.5.4pre
+
 2015-09-11  Jiri Vanek  <jvanek@redhat.com>
 
 	Pre-release tuning
--- a/NEWS	Fri Sep 11 14:11:08 2015 +0200
+++ b/NEWS	Fri Sep 11 14:18:42 2015 +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.4 (YYYY-MM-DD):
+
 New in release 1.5.3 (2015-09-11):
 * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all.
 * fixed DownloadService
--- a/configure.ac	Fri Sep 11 14:11:08 2015 +0200
+++ b/configure.ac	Fri Sep 11 14:18:42 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.5.3],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.5.4.pre],[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])