# HG changeset patch # User Jiri Vanek # Date 1417083406 -3600 # Node ID 60d4f3f0b3ebb91f81eebacd3e3a7c10d97aa895 # Parent 3278fc2b6d47ca82b24250071c2e94133281a00f Bumped to 1.5.3pre diff -r 3278fc2b6d47 -r 60d4f3f0b3eb ChangeLog --- a/ChangeLog Thu Nov 27 11:13:26 2014 +0100 +++ b/ChangeLog Thu Nov 27 11:16:46 2014 +0100 @@ -1,3 +1,9 @@ +2014-11-27 Jiri Vanek + + Post 1.5.2 changes + * NEWS: added 1.5.3 section + * configure.ac: (AC_INIT) bumped to 1.5.3pre + 2014-11-25 Jiri Vanek http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-June/028399.html (long thread) diff -r 3278fc2b6d47 -r 60d4f3f0b3eb NEWS --- a/NEWS Thu Nov 27 11:13:26 2014 +0100 +++ b/NEWS Thu Nov 27 11:16:46 2014 +0100 @@ -8,6 +8,8 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 1.5.3 (YYYY-MM-DD): + New in release 1.5.2 (2014-11-26): * NetX - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 diff -r 3278fc2b6d47 -r 60d4f3f0b3eb configure.ac --- a/configure.ac Thu Nov 27 11:13:26 2014 +0100 +++ b/configure.ac Thu Nov 27 11:16:46 2014 +0100 @@ -1,4 +1,4 @@ -AC_INIT([icedtea-web],[1.5.2],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) +AC_INIT([icedtea-web],[1.5.3pre],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) AC_CONFIG_FILES([Makefile netx.manifest])