# HG changeset patch # User Andrew John Hughes # Date 1546838159 0 # Node ID 01dd7c5b6f4a9def83c3976ad54b335ec1986277 # Parent aabf3ac024dfc6e93accbd37f39bb6f79e1876ad Start 2.6.17 release cycle. 2019-01-06 Andrew John Hughes Start 2.6.17 release cycle. * NEWS: Add section for 2.6.17. Add missing colon in 2.6.15 release notes. * configure.ac: Bump to 2.6.17pre00. diff -r aabf3ac024df -r 01dd7c5b6f4a ChangeLog --- a/ChangeLog Tue Jan 01 19:34:17 2019 +0000 +++ b/ChangeLog Mon Jan 07 05:15:59 2019 +0000 @@ -1,3 +1,10 @@ +2019-01-06 Andrew John Hughes + + Start 2.6.17 release cycle. + * NEWS: Add section for 2.6.17. Add + missing colon in 2.6.15 release notes. + * configure.ac: Bump to 2.6.17pre00. + 2019-01-01 Andrew John Hughes * NEWS: Set release date to today. @@ -43,6 +50,7 @@ 2018-12-31 Andrew John Hughes + Start 2.6.16 release cycle. * NEWS: Add section for 2.6.16. * configure.ac: Bump to 2.6.16pre00. diff -r aabf3ac024df -r 01dd7c5b6f4a NEWS --- a/NEWS Tue Jan 01 19:34:17 2019 +0000 +++ b/NEWS Mon Jan 07 05:15:59 2019 +0000 @@ -12,6 +12,8 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 2.6.17 (2019-01-XX): + New in release 2.6.16 (2019-01-01): * Security fixes @@ -68,7 +70,7 @@ - S8197925, CVE-2018-2940: Better stack walking - S8199547, CVE-2018-2952: Exception to Pattern Syntax - S8200666, CVE-2018-2973: Improve LDAP support - - PR3608, CVE-2018-3639 hw: cpu: speculative store bypass mitigation + - PR3608, CVE-2018-3639: hw: cpu: speculative store bypass mitigation * New features - PR3629: Install symlinks to tapsets in SystemTap directory - PR3657: Sync desktop files with Fedora/RHEL versions again diff -r aabf3ac024df -r 01dd7c5b6f4a configure.ac --- a/configure.ac Tue Jan 01 19:34:17 2019 +0000 +++ b/configure.ac Mon Jan 07 05:15:59 2019 +0000 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [2.6.16], [distro-pkg-dev@openjdk.java.net]) +AC_INIT([icedtea], [2.6.17pre00], [distro-pkg-dev@openjdk.java.net]) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.9 tar-pax foreign])