Skip to content

Commit

Permalink
Merge pull request #773 from gdams/1.8.6
Browse files Browse the repository at this point in the history
1.8.6 release
  • Loading branch information
douph1 authored Feb 23, 2021
2 parents d42a86b + bb6864d commit 8c53fca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-02-23 George Adams <[email protected]>

Release changes
* Fix missing mslinks in Windows build

2021-02-22 Hendrik Ebbers <[email protected]>

Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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.6 (2021-02-23):
* Fix missing mslinks in Windows build

New in release 1.8.5 (2021-02-22):
* Change so that it can also be built under freebsd
* fix for cargo test sometimes fails when make runs with several simultaneous jobs
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.5],[[email protected]], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
AC_INIT([icedtea-web],[1.8.6],[[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 8c53fca

Please sign in to comment.