changeset 1036:60d4f3f0b3eb

Bumped to 1.5.3pre
author Jiri Vanek <jvanek@redhat.com>
date Thu, 27 Nov 2014 11:16:46 +0100
parents 3278fc2b6d47
children eaafcffd67a2
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <jvanek@redhat.com>
+
+	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  <jvanek@redhat.com>
 
 	http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-June/028399.html (long thread)
--- 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
--- 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])