changeset 3228:53d2442cfbec

Start 1.13.9 release cycle. 2015-08-15 Andrew John Hughes <gnu.andrew@redhat.com> * NEWS: Add 1.13.9 section. Correct section formatting. * configure.ac: Bump to 1.13.9pre.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Sat, 15 Aug 2015 00:52:55 +0100
parents b342498c6365
children ae390d52ddeb
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 30 19:27:05 2015 +0100
+++ b/ChangeLog	Sat Aug 15 00:52:55 2015 +0100
@@ -1,3 +1,9 @@
+2015-08-15  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* NEWS: Add 1.13.9 section. Correct
+	section formatting.
+	* configure.ac: Bump to 1.13.9pre.
+
 2015-07-28  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	PR2565: Replace ipv4-mapped-ipv6-addresses.patch
--- a/NEWS	Thu Jul 30 19:27:05 2015 +0100
+++ b/NEWS	Sat Aug 15 00:52:55 2015 +0100
@@ -12,6 +12,8 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
+New in release 1.13.8 (2015-10-XX):
+
 New in release 1.13.8 (2015-07-29):
 
 * Security fixes
@@ -111,7 +113,7 @@
   - S8081315, PR2406: Avoid giflib interlacing workaround with giflib 5.0.0 on
   - S8081475, PR2495: SystemTap does not work when JDK is compiled with GCC 5
   - S8087120, RH1206656, PR2554: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
- * Bug fixes
+* Bug fixes
   - PR2319: Checksum of policy JAR files changes on every build
   - PR2340: Fail early if there is no native HotSpot JIT & all other options are disabled
   - PR2342: Update README & INSTALL files
--- a/configure.ac	Thu Jul 30 19:27:05 2015 +0100
+++ b/configure.ac	Sat Aug 15 00:52:55 2015 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6],[1.13.8],[distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6],[1.13.9pre],[distro-pkg-dev@openjdk.java.net])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])