changeset 2690:30b8b033b3ed

Start next major release cycle (11.0.0/OpenJDK 16) 2021-02-11 Andrew John Hughes <gnu_andrew@member.fsf.org> Start next major release cycle (11.0.0/OpenJDK 16) * Makefile.am: (ICEDTEA_MAJOR): Bump to icedtea16. * NEWS: Add section for 11.0.0. * configure.ac: Bump to 11.0.0pre00.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 12 Feb 2021 07:25:11 +0000
parents d68ffcc9a497
children 555b23fe8c07
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 15 16:56:28 2020 +0100
+++ b/ChangeLog	Fri Feb 12 07:25:11 2021 +0000
@@ -1,3 +1,11 @@
+2021-02-11  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	Start next major release cycle (11.0.0/OpenJDK 16)
+	* Makefile.am:
+	(ICEDTEA_MAJOR): Bump to icedtea16.
+	* NEWS:	Add section for 11.0.0.
+	* configure.ac: Bump to 11.0.0pre00.
+
 2020-09-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR3803: Update elliptic curve patch to handle
--- a/Makefile.am	Tue Sep 15 16:56:28 2020 +0100
+++ b/Makefile.am	Fri Feb 12 07:25:11 2021 +0000
@@ -41,7 +41,7 @@
 JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
 JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
 
-ICEDTEA_MAJOR = icedtea15
+ICEDTEA_MAJOR = icedtea16
 ICEDTEA_PREFIX = $(ICEDTEA_MAJOR)-forest
 ICEDTEA_HG_URL = http://icedtea.classpath.org/hg/$(ICEDTEA_PREFIX)
 ICEDTEA_URL = $(DROP_URL)/$(ICEDTEA_MAJOR)/$(ICEDTEA_RELEASE)
--- a/NEWS	Tue Sep 15 16:56:28 2020 +0100
+++ b/NEWS	Fri Feb 12 07:25:11 2021 +0000
@@ -10,6 +10,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 11.0.0 (2021-XX-XX):
+
 New in release 10.0.0 (2021-XX-XX):
 
 * Bug fixes
--- a/configure.ac	Tue Sep 15 16:56:28 2020 +0100
+++ b/configure.ac	Fri Feb 12 07:25:11 2021 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [10.0.0pre00], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [11.0.0pre00], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])