/hg/icedtea-web: Post-release changes
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Thu Jul 20 15:58:55 UTC 2017
changeset 7560f34ddab8 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=7560f34ddab8
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Jul 20 18:10:10 2017 +0200
Post-release changes
* NEWS: added 1.8 section
* configure.ac: (AC_INIT) bumped to 1.8pre
diffstat:
ChangeLog | 6 ++++++
NEWS | 2 ++
configure.ac | 2 +-
3 files changed, 9 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r 9ec82199b1a6 -r 7560f34ddab8 ChangeLog
--- a/ChangeLog Thu Jul 20 14:54:52 2017 +0200
+++ b/ChangeLog Thu Jul 20 18:10:10 2017 +0200
@@ -1,3 +1,9 @@
+2017-07-20 Jiri Vanek <jvanek at redhat.com>
+
+ Post-release changes
+ * NEWS: added 1.8 section
+ * configure.ac: (AC_INIT) bumped to 1.8pre
+
2017-07-20 Jiri Vanek <jvanek at redhat.com>
* javaws.desktop.in: value type changed from %f (file) to %u (url)
diff -r 9ec82199b1a6 -r 7560f34ddab8 NEWS
--- a/NEWS Thu Jul 20 14:54:52 2017 +0200
+++ b/NEWS Thu Jul 20 18:10:10 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.8 (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
diff -r 9ec82199b1a6 -r 7560f34ddab8 configure.ac
--- a/configure.ac Thu Jul 20 14:54:52 2017 +0200
+++ b/configure.ac Thu Jul 20 18:10:10 2017 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.7],[distro-pkg-dev at openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.8pre],[distro-pkg-dev at 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])
More information about the distro-pkg-dev
mailing list