changeset 2682:54b900700f8f

Start 2.4.3 release cycle. 2013-09-23 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add 2.4.3 section. * configure.ac: Bump to 2.4.3pre.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 24 Sep 2013 00:40:30 +0100
parents 64f2e31aca24
children 194e13fbc0d7
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* NEWS: Add 2.4.3 section.
+	* configure.ac: Bump to 2.4.3pre.
+
 2013-09-20  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* NEWS: Set release date.
--- 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
--- 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@openjdk.java.net])
+AC_INIT([icedtea], [2.4.3pre], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])