changeset 1466:629814c226ea

Post-release changes * NEWS: added 1.7.1 section * configure.ac: (AC_INIT) bumped to 1.7.1pre
author Jiri Vanek <jvanek@redhat.com>
date Thu, 20 Jul 2017 18:12:31 +0200
parents 7addf01415e7
children a33238cd2d00
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 20 18:11:15 2017 +0200
+++ b/ChangeLog	Thu Jul 20 18:12:31 2017 +0200
@@ -1,3 +1,9 @@
+2017-07-20  Jiri Vanek <jvanek@redhat.com>
+
+	Post-release changes
+	* NEWS: added 1.7.1 section
+	* configure.ac: (AC_INIT) bumped to 1.7.1pre
+
 2017-07-20  Jiri Vanek <jvanek@redhat.com>
 
 	* javaws.desktop.in: value type changed from %f (file) to %u (url)
--- a/NEWS	Thu Jul 20 18:11:15 2017 +0200
+++ b/NEWS	Thu Jul 20 18:12:31 2017 +0200
@@ -8,6 +8,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.7.1 (YYYY-MM-DD):
+
 New in release 1.7 (2017-07-19):
 * PR3366 - bash completion file was split to three, and is setup-able by bashcompdir environment variable
 * added experimental support for windows
--- a/configure.ac	Thu Jul 20 18:11:15 2017 +0200
+++ b/configure.ac	Thu Jul 20 18:12:31 2017 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.7],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.7.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])
 AM_MAINTAINER_MODE([enable])