# HG changeset patch # User Andrew John Hughes # Date 1439596375 -3600 # Node ID 53d2442cfbecf19701ab937733cc32384509dbac # Parent b342498c6365421dc6b288551af5b5e59b529bb8 Start 1.13.9 release cycle. 2015-08-15 Andrew John Hughes * NEWS: Add 1.13.9 section. Correct section formatting. * configure.ac: Bump to 1.13.9pre. 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 + + * NEWS: Add 1.13.9 section. Correct + section formatting. + * configure.ac: Bump to 1.13.9pre. + 2015-07-28 Andrew John Hughes 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@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])