/hg/release/icedtea6-1.13: Start 1.13.9 release cycle.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Aug 14 23:53:11 UTC 2015


changeset 53d2442cfbec in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=53d2442cfbec
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Sat Aug 15 00:52:55 2015 +0100

	Start 1.13.9 release cycle.

	2015-08-15  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: Add 1.13.9 section. Correct
		section formatting.
		* configure.ac: Bump to 1.13.9pre.


diffstat:

 ChangeLog    |  6 ++++++
 NEWS         |  4 +++-
 configure.ac |  2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r b342498c6365 -r 53d2442cfbec ChangeLog
--- 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 at 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 at redhat.com>
 
 	PR2565: Replace ipv4-mapped-ipv6-addresses.patch
diff -r b342498c6365 -r 53d2442cfbec NEWS
--- 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
diff -r b342498c6365 -r 53d2442cfbec configure.ac
--- 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 at openjdk.java.net])
+AC_INIT([icedtea6],[1.13.9pre],[distro-pkg-dev at openjdk.java.net])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])


More information about the distro-pkg-dev mailing list