changeset 2676:f63157a34a55 default tip

Start next major release cycle (5.0.0/OpenJDK 10) 2019-01-10 Andrew John Hughes <gnu_andrew@member.fsf.org> Start next major release cycle (5.0.0/OpenJDK 10) * Makefile.am: (ICEDTEA_MAJOR): Bump to icedtea10. * NEWS: Add section for 5.0.0. * configure.ac: Bump to 5.0.0pre00.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Thu, 10 Jan 2019 19:06:20 +0000
parents 6ca362ebc8c7
children
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 14 20:02:43 2016 +0100
+++ b/ChangeLog	Thu Jan 10 19:06:20 2019 +0000
@@ -1,3 +1,11 @@
+2019-01-10  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	Start next major release cycle (5.0.0/OpenJDK 10)
+	* Makefile.am:
+	(ICEDTEA_MAJOR): Bump to icedtea10.
+	* NEWS:	Add section for 5.0.0.
+	* configure.ac: Bump to 5.0.0pre00.
+
 2016-04-14  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* Makefile.am:
--- a/Makefile.am	Thu Apr 14 20:02:43 2016 +0100
+++ b/Makefile.am	Thu Jan 10 19:06:20 2019 +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 = icedtea9
+ICEDTEA_MAJOR = icedtea10
 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	Thu Apr 14 20:02:43 2016 +0100
+++ b/NEWS	Thu Jan 10 19:06:20 2019 +0000
@@ -10,6 +10,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 5.0.0 (2019-XX-XX):
+
 New in release 4.0.0 (2017-XX-XX):
 
 New in release 3.0.0 (2016-04-08):
--- a/configure.ac	Thu Apr 14 20:02:43 2016 +0100
+++ b/configure.ac	Thu Jan 10 19:06:20 2019 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [4.0.0pre00], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea], [5.0.0pre00], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AM_MAINTAINER_MODE([enable])
 AC_CONFIG_FILES([Makefile])