changeset 1263:23cacc07d0b2

Post-release changes
author Jiri Vanek <jvanek@redhat.com>
date Fri, 11 Sep 2015 15:00:10 +0200
parents 45b709baf643
children 75504136acda
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 11 14:57:54 2015 +0200
+++ b/ChangeLog	Fri Sep 11 15:00:10 2015 +0200
@@ -1,3 +1,9 @@
+2015-09-11  Jiri Vanek  <jvanek@redhat.com>
+
+	Post-release changes 
+	* NEWS: added 1.6.2 section
+	* configure.ac: (AC_INIT) bumped to 1.6.2pre
+
 2015-09-10  Jiri Vanek  <jvanek@redhat.com>
 
 	Pre-release tuning
--- a/NEWS	Fri Sep 11 14:57:54 2015 +0200
+++ b/NEWS	Fri Sep 11 15:00:10 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.6.2 (YYYY-MM-DD):
+
 New in release 1.6.1 (2015-09-11):
 * Enabled Entry-Point attribute check
 * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all.
--- a/configure.ac	Fri Sep 11 14:57:54 2015 +0200
+++ b/configure.ac	Fri Sep 11 15:00:10 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.6.1],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.6.2pre],[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])
 AM_MAINTAINER_MODE([enable])