/hg/release/icedtea7-2.4: Start 2.4.3 release cycle.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Sep 23 16:40:45 PDT 2013
changeset 54b900700f8f in /hg/release/icedtea7-2.4
details: http://icedtea.classpath.org/hg/release/icedtea7-2.4?cmd=changeset;node=54b900700f8f
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Sep 24 00:40:30 2013 +0100
Start 2.4.3 release cycle.
2013-09-23 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Add 2.4.3 section.
* configure.ac: Bump to 2.4.3pre.
diffstat:
ChangeLog | 5 +++++
NEWS | 4 +++-
configure.ac | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r 64f2e31aca24 -r 54b900700f8f ChangeLog
--- a/ChangeLog Sat Sep 21 06:39:07 2013 +0100
+++ b/ChangeLog Tue Sep 24 00:40:30 2013 +0100
@@ -1,3 +1,8 @@
+2013-09-23 Andrew John Hughes <gnu.andrew at redhat.com>
+
+ * NEWS: Add 2.4.3 section.
+ * configure.ac: Bump to 2.4.3pre.
+
2013-09-20 Andrew John Hughes <gnu.andrew at redhat.com>
* NEWS: Set release date.
diff -r 64f2e31aca24 -r 54b900700f8f NEWS
--- a/NEWS Sat Sep 21 06:39:07 2013 +0100
+++ b/NEWS Tue Sep 24 00:40:30 2013 +0100
@@ -12,6 +12,8 @@
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
+New in release 2.4.3 (2013-10-XX):
+
New in release 2.4.2 (2013-09-20):
* System LCMS 2 support again enabled by default, requiring 2.5 or above.
@@ -132,7 +134,7 @@
- G477456: emerge fails on pax system: java attempts RWX map, paxctl -m missing
- G478484: patches/boot/ecj-diamond.patch FAILED
- Fix Zero following changes to entry_frame_call_wrapper in 8016131
- - Set ZERO_BUILD in flags.make so it is set on rebuilds
+ - RH1008988: Set ZERO_BUILD in flags.make so it is set on rebuilds
- Cast should use same type as GCDrainStackTargetSize (uintx).
- Add casts to fix build on S390
* JamVM
diff -r 64f2e31aca24 -r 54b900700f8f configure.ac
--- a/configure.ac Sat Sep 21 06:39:07 2013 +0100
+++ b/configure.ac Tue Sep 24 00:40:30 2013 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.4.2], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.4.3pre], [distro-pkg-dev at openjdk.java.net])
AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
More information about the distro-pkg-dev
mailing list