Skip to content

Commit

Permalink
Release 1.8.4 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Jun 4, 2020
1 parent e687747 commit fed2f5b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2020-06-03 Hendrik Ebbers <[email protected]>

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 <[email protected]>

Release changes
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([icedtea-web],[1.8.3],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
AC_INIT([icedtea-web],[1.8.4],[[email protected]], [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])
Expand Down

0 comments on commit fed2f5b

Please sign in to comment.