changeset 3017:025d7737aedd icedtea-2.6.22pre00

Start 2.6.22 release cycle. 2020-03-05 Andrew John Hughes <gnu_andrew@member.fsf.org> Start 2.6.22 release cycle. * NEWS: Add section for 2.6.22. * configure.ac: Bump to 2.6.22pre00.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 05 Mar 2020 19:50:51 +0000
parents d6d9d36eb884
children 96a808eb9eca
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 27 20:12:12 2020 +0000
+++ b/ChangeLog	Thu Mar 05 19:50:51 2020 +0000
@@ -1,3 +1,9 @@
+2020-03-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	Start 2.6.22 release cycle.
+	* NEWS: Add section for 2.6.22.
+	* configure.ac: Bump to 2.6.22pre00.
+
 2020-02-26  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR3780: make dist broken by PR3779
--- a/NEWS	Thu Feb 27 20:12:12 2020 +0000
+++ b/NEWS	Thu Mar 05 19:50:51 2020 +0000
@@ -12,6 +12,8 @@
 
 CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 2.6.22 (2020-04-XX):
+
 New in release 2.6.21 (2020-02-26):
 
 * Security fixes
--- a/configure.ac	Thu Feb 27 20:12:12 2020 +0000
+++ b/configure.ac	Thu Mar 05 19:50:51 2020 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.6.21], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [2.6.22pre00], [distro-pkg-dev@openjdk.java.net])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])