changeset 1009:7b775a8557e9

Pre-release tuning
author Jiri Vanek <jvanek@redhat.com>
date Thu, 07 Aug 2014 19:59:30 +0200
parents 6f45fbbf26a6
children bad6b6d7f529
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <jvanek@redhat.com>
+
+	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  <jvanek@redhat.com>
 
 	Massively improved offline abilities. Added Xoffline switch to force work without inet connection.
--- 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/
--- 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)
--- 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])