# HG changeset patch # User Jiri Vanek # Date 1407434370 -7200 # Node ID 7b775a8557e9f447f8144364380cb9a9c99c8c8c # Parent 6f45fbbf26a66d01dd92d010cc5e514ceed449b8 Pre-release tuning diff -r 6f45fbbf26a6 -r 7b775a8557e9 ChangeLog --- a/ChangeLog Thu Aug 07 18:39:40 2014 +0200 +++ b/ChangeLog Thu Aug 07 19:59:30 2014 +0200 @@ -1,3 +1,10 @@ +2014-08-07 Jiri Vanek + + Pre-release tuning + * Makefile.am: (netx-html-gen.stamp) set number of changests to 36 (since 1.5) + * NEWS: date of 1.5.1 set to 2014-08-13 + * configure.ac: (AC_INIT) set to use 1.5 + 2014-08-05 Jiri Vanek Massively improved offline abilities. Added Xoffline switch to force work without inet connection. diff -r 6f45fbbf26a6 -r 7b775a8557e9 Makefile.am --- a/Makefile.am Thu Aug 07 18:39:40 2014 +0200 +++ b/Makefile.am Thu Aug 07 19:59:30 2014 +0200 @@ -475,7 +475,7 @@ mkdir -p html-gen; \ cp AUTHORS NEWS COPYING ChangeLog html-gen/; \ export HTML_GEN_DEBUG=true; \ - bash html-gen.sh 225; \ + bash html-gen.sh 36; \ unset HTML_GEN_DEBUG) ${INSTALL_DATA} $(NETX_SRCDIR)/../html-gen/*.html $(NETX_RESOURCE_DIR) rm -r $(NETX_SRCDIR)/../html-gen/ diff -r 6f45fbbf26a6 -r 7b775a8557e9 NEWS --- a/NEWS Thu Aug 07 18:39:40 2014 +0200 +++ b/NEWS Thu Aug 07 19:59:30 2014 +0200 @@ -8,7 +8,7 @@ CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY -New in release 1.5.1 (YYYY-MM-DD): +New in release 1.5.1 (2014-08-13): * Massively improved offline abilities. * Improved to be able to run with any JDK * JDK 8 support added (URLPermission granted if applicable) diff -r 6f45fbbf26a6 -r 7b775a8557e9 configure.ac --- a/configure.ac Thu Aug 07 18:39:40 2014 +0200 +++ b/configure.ac Thu Aug 07 19:59:30 2014 +0200 @@ -1,4 +1,4 @@ -AC_INIT([icedtea-web],[1.5.1pre],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web]) +AC_INIT([icedtea-web],[1.5.1],[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])