/hg/release/icedtea-web-1.8: Post-release changes

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Thu Mar 14 10:05:39 UTC 2019


changeset a18f57158e40 in /hg/release/icedtea-web-1.8
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.8?cmd=changeset;node=a18f57158e40
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Mar 14 11:04:49 2019 +0100

	Post-release changes
	* NEWS: added 1.8.1 section
	* configure.ac: (AC_INIT) bumped to 1.8.1pre


diffstat:

 ChangeLog    |  6 ++++++
 NEWS         |  2 ++
 configure.ac |  2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 47c7a6a49d0e -r a18f57158e40 ChangeLog
--- a/ChangeLog	Wed Mar 13 11:14:45 2019 +0100
+++ b/ChangeLog	Thu Mar 14 11:04:49 2019 +0100
@@ -1,3 +1,9 @@
+2019-03-14  Jiri Vanek <jvanek at redhat.com>
+
+	Post-release changes
+	* NEWS: added 1.8.1 section
+	* configure.ac: (AC_INIT) bumped to 1.8.1pre
+
 2019-03-12  Lars Herschke <lhersch at dssgmbh.de>
 
 	Hidden console on Windows
diff -r 47c7a6a49d0e -r a18f57158e40 NEWS
--- a/NEWS	Wed Mar 13 11:14:45 2019 +0100
+++ b/NEWS	Thu Mar 14 11:04:49 2019 +0100
@@ -8,6 +8,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.8.1 (YYYY-MM-DD):
+
 New in release 1.8 (2019-03-12):
 * added support for javafx-desc and so allwong run of pure-javafx only applications
 * --nosecurity enhanced for possibility to skip invalid signatures
diff -r 47c7a6a49d0e -r a18f57158e40 configure.ac
--- a/configure.ac	Wed Mar 13 11:14:45 2019 +0100
+++ b/configure.ac	Thu Mar 14 11:04:49 2019 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.8],[distro-pkg-dev at openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.8.1pre],[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