/hg/icedtea: 5 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Apr 14 19:01:57 UTC 2016
changeset e9b81cef3b83 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e9b81cef3b83
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Fri Apr 08 17:57:09 2016 +0100
Bump release date.
2016-04-08 Andrew John Hughes <gnu_andrew at member.fsf.org>
* NEWS: Bump release date.
changeset 4babeee9a316 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=4babeee9a316
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Sun Apr 10 01:06:37 2016 +0100
Added tag icedtea-3.0.0 for changeset e9b81cef3b83
changeset 7a5d43490bbb in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=7a5d43490bbb
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Apr 14 19:40:32 2016 +0100
Correct mistakes in NEWS spotted while creating release notes.
2016-04-09 Andrew John Hughes <gnu_andrew at member.fsf.org>
* NEWS: Correct mistakes spotted
while creating release notes.
changeset 3e6cf6cf3b25 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=3e6cf6cf3b25
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Apr 14 19:40:36 2016 +0100
Added tag icedtea-3.0-branchpoint for changeset 7a5d43490bbb
changeset 6ca362ebc8c7 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6ca362ebc8c7
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Thu Apr 14 20:02:43 2016 +0100
Start next major release cycle.
2016-04-14 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
(ICEDTEA_MAJOR): Bump to icedtea9.
* NEWS: Add section for 4.0.0.
* configure.ac: Bump to 4.0.0pre00.
diffstat:
.hgtags | 2 ++
ChangeLog | 16 ++++++++++++++++
Makefile.am | 2 +-
NEWS | 20 +++++++++++---------
configure.ac | 2 +-
5 files changed, 31 insertions(+), 11 deletions(-)
diffs (104 lines):
diff -r ec8d11fd0995 -r 6ca362ebc8c7 .hgtags
--- a/.hgtags Fri Apr 08 17:53:04 2016 +0100
+++ b/.hgtags Thu Apr 14 20:02:43 2016 +0100
@@ -38,3 +38,5 @@
969d84a2df36cffb274951ecb25c3a44e0ee2081 icedtea-3.0.0pre08
5971151ecd4036e4e1df71fc6393c075f804a757 icedtea-3.0.0pre09
8fc0b0a775ef529c37b73503842c7d41d50f596d icedtea-3.0.0pre10
+e9b81cef3b837600fd74b8b2c3ab782d7886b43a icedtea-3.0.0
+7a5d43490bbbf788409d206c85940d6e015e7967 icedtea-3.0-branchpoint
diff -r ec8d11fd0995 -r 6ca362ebc8c7 ChangeLog
--- a/ChangeLog Fri Apr 08 17:53:04 2016 +0100
+++ b/ChangeLog Thu Apr 14 20:02:43 2016 +0100
@@ -1,3 +1,19 @@
+2016-04-14 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * Makefile.am:
+ (ICEDTEA_MAJOR): Bump to icedtea9.
+ * NEWS: Add section for 4.0.0.
+ * configure.ac: Bump to 4.0.0pre00.
+
+2016-04-09 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * NEWS: Correct mistakes spotted
+ while creating release notes.
+
+2016-04-08 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ * NEWS: Bump release date.
+
2016-04-08 Andrew John Hughes <gnu_andrew at member.fsf.org>
PR2873: Fix make distcheck
diff -r ec8d11fd0995 -r 6ca362ebc8c7 Makefile.am
--- a/Makefile.am Fri Apr 08 17:53:04 2016 +0100
+++ b/Makefile.am Thu Apr 14 20:02:43 2016 +0100
@@ -41,7 +41,7 @@
JAMVM_URL = $(JAMVM_BASE_URL)/jamvm-$(JAMVM_VERSION).tar.gz
JAMVM_SRC_ZIP = jamvm-$(JAMVM_VERSION).tar.gz
-ICEDTEA_MAJOR = icedtea8
+ICEDTEA_MAJOR = icedtea9
ICEDTEA_PREFIX = $(ICEDTEA_MAJOR)-forest
ICEDTEA_HG_URL = http://icedtea.classpath.org/hg/$(ICEDTEA_PREFIX)
ICEDTEA_URL = $(DROP_URL)/$(ICEDTEA_MAJOR)/$(ICEDTEA_RELEASE)
diff -r ec8d11fd0995 -r 6ca362ebc8c7 NEWS
--- a/NEWS Fri Apr 08 17:53:04 2016 +0100
+++ b/NEWS Thu Apr 14 20:02:43 2016 +0100
@@ -10,7 +10,9 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 3.0.0 (2016-04-07):
+New in release 4.0.0 (2017-XX-XX):
+
+New in release 3.0.0 (2016-04-08):
* Rebase on jdk8u77-b03
* Backports
@@ -152,13 +154,6 @@
- PR2825: Placement of -lfreebl matters when using bfd linker
- PR2826: Provide option to disable SystemTap tests
- PR2841: Parallelism issues resulting from PR2459
- - PR2853: Fix build for aarch64/zero
- - PR2853: Remaining miscellaneous synchronisation changes from aarch64/jdk8u
- - PR2853: Remove AArch64-specific code in generateOptoStub.cpp.
- - PR2853: Remove some AArch64-specific code in share/.
- - PR2853: Remove some unnecessary divergences from jdk8u.
- - PR2853: Revert AArch64 jvm.cfg divergence
- - PR2853: Revert changes to libpng source code now 8078245 is in place.
- PR2863: IcedTea doesn't pass through build and host triplets to OpenJDK's configure
- PR2865: Handle uninstallation.
- PR2869: Revert CRC fix (S8000650) backported as part of PR2462
@@ -178,6 +173,13 @@
- Remove jcheck
* AArch64 port
- PR1970: Imported from aarch64 jdk8 repository.
+ - PR2853: Fix build for aarch64/zero
+ - PR2853: Remaining miscellaneous synchronisation changes from aarch64/jdk8u
+ - PR2853: Remove AArch64-specific code in generateOptoStub.cpp.
+ - PR2853: Remove some AArch64-specific code in share/.
+ - PR2853: Remove some unnecessary divergences from jdk8u.
+ - PR2853: Revert AArch64 jvm.cfg divergence
+ - PR2853: Revert changes to libpng source code now 8078245 is in place.
- PR2922: Import latest AArch64 changes from aarch64-port/jdk8u (aarch64-jdk8u77-b03)
- S8150652, PR2922: Remove unused code in AArch64 back end
* JamVM
@@ -214,7 +216,7 @@
- PR1277: Synchronise CACAO rules between IcedTea6/7/8 where possible
- PR1279: Synchronise CACAO versions between IcedTea6/7/8 where possible
- PR2035: --enable-cacao builds broken, missing JVM_GetTemporaryDirectory impl.
- - CA172, PR2330, G453612: Add ARM hardfloat support to CACAO on Gentoo
+ - PR2330, CA172, G453612: Add ARM hardfloat support to CACAO on Gentoo
- PR2331: IcedTea8 fails to build with IcedTea7 CACAO due to low max heap size
- PR2335: CACAO lacks JVM_FindClassFromCaller
- PR2347: Fix CACAO patches to apply again
diff -r ec8d11fd0995 -r 6ca362ebc8c7 configure.ac
--- a/configure.ac Fri Apr 08 17:53:04 2016 +0100
+++ b/configure.ac Thu Apr 14 20:02:43 2016 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [3.0.0], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [4.0.0pre00], [distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AM_MAINTAINER_MODE([enable])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list