From fed2f5b696618452c2432fa1879f31dc1eaef4ae Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Thu, 4 Jun 2020 13:08:14 +0200 Subject: [PATCH] Release 1.8.4 preparation --- .gitignore | 16 ++++++++++++++++ ChangeLog | 11 +++++++++++ NEWS | 7 +++++++ configure.ac | 2 +- 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..a0f8fd45a --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.idea +common/target +core/target +integration-tests/classloader-integration-tests-module-3/target +.DS_Store +integration-tests/classloader-integration-tests/target +integration/target +test-extensions/target +xml-parser/target +jnlp-api/target +integration-tests/classloader-integration-tests-module-native/target +integration-tests/classloader-integration-tests-module-2/target +integration-tests/classloader-integration-tests-module-parent/target +integration-tests/classloader-integration-tests-module-1/target +integration-tests/classloader-integration-tests-module-wrapper/target +artifact-no-dependencies/target diff --git a/ChangeLog b/ChangeLog index fe37a8e67..4acca3720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2020-06-03 Hendrik Ebbers + + Release changes + * configure.ac: (AC_INIT) bumped to 1.8.4 + * Release 1.8.4 contains backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/389 + * Release 1.8.4 contains backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/384 + * Release 1.8.4 contains backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/340 + * Release 1.8.4 contains https://github.com/AdoptOpenJDK/IcedTea-Web/pull/576 + * Release 1.8.4 contains https://github.com/AdoptOpenJDK/IcedTea-Web/pull/577 + + 2019-08-02 George Adams Release changes diff --git a/NEWS b/NEWS index 3e83a6a1d..5d6e73caa 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,13 @@ GX - http://bugs.gentoo.org/show_bug.cgi?id=X CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 1.8.4 (2020-06-03): +* Backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/389 +* Backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/384 +* Backport of https://github.com/AdoptOpenJDK/IcedTea-Web/pull/340 +* https://github.com/AdoptOpenJDK/IcedTea-Web/pull/576 +* https://github.com/AdoptOpenJDK/IcedTea-Web/pull/577 + New in release 1.8.3 (2019-08-02): * Security updates - CVE-2019-10182 - Fixed bug when relative path (..) could leak up (even out of cache) diff --git a/configure.ac b/configure.ac index 158ac6e3e..5bcb10461 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([icedtea-web],[1.8.3],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) +AC_INIT([icedtea-web],[1.8.4],[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])