changeset 2975:01dd7c5b6f4a

Start 2.6.17 release cycle. 2019-01-06 Andrew John Hughes <gnu_andrew@member.fsf.org> 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.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 07 Jan 2019 05:15:59 +0000
parents aabf3ac024df
children a29153cf8a25
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <gnu_andrew@member.fsf.org>
+
+	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  <gnu_andrew@member.fsf.org>
 
 	* NEWS: Set release date to today.
@@ -43,6 +50,7 @@
 
 2018-12-31  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
+	Start 2.6.16 release cycle.
 	* NEWS: Add section for 2.6.16.
 	* configure.ac: Bump to 2.6.16pre00.
 
--- 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
--- 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])