changeset 1225:3bc1b01c148b

Pre-release tuning * Makefile.am: (netx-html-gen.stamp) set number of changests to 235 (since 1.5) * NEWS: date of 1.6 set to 2015-04-29 * configure.ac: (AC_INIT) set to use 1.6
author Jiri Vanek <jvanek@redhat.com>
date Tue, 28 Apr 2015 14:00:17 +0200
parents 11249cdb910b
children d55e263cf02c
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 28 12:08:24 2015 +0200
+++ b/ChangeLog	Tue Apr 28 14:00:17 2015 +0200
@@ -1,3 +1,10 @@
+2015-04-28  Jiri Vanek  <jvanek@redhat.com>
+
+	Pre-release tuning
+	* Makefile.am: (netx-html-gen.stamp) set number of changests to 235 (since 1.5)
+	* NEWS: date of 1.6 set to 2015-04-29
+	* configure.ac: (AC_INIT) set to use 1.6
+
 2015-04-28  Jiri Vanek  <jvanek@redhat.com>
 
 	* README: updated to match current state.
--- a/Makefile.am	Tue Apr 28 12:08:24 2015 +0200
+++ b/Makefile.am	Tue Apr 28 14:00:17 2015 +0200
@@ -545,7 +545,7 @@
 	mkdir -p html-gen; \
 	cp AUTHORS NEWS COPYING ChangeLog html-gen/; \
 	export HTML_GEN_DEBUG=true; \
-	bash html-gen.sh; \
+	bash html-gen.sh 235; \
 	unset HTML_GEN_DEBUG)
 	${INSTALL_DATA} $(NETX_SRCDIR)/../html-gen/*.html $(NETX_RESOURCE_DIR)
 	rm -r $(NETX_SRCDIR)/../html-gen/
--- a/NEWS	Tue Apr 28 12:08:24 2015 +0200
+++ b/NEWS	Tue Apr 28 14:00:17 2015 +0200
@@ -8,7 +8,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 1.6 (2014-XX-XX):
+New in release 1.6 (2015-04-29):
 * Massively improved offline abilities. Added Xoffline switch to force work without inet connection.
 * Improved to be able to run with any JDK
 * JDK 6 and older no longer supported
--- a/configure.ac	Tue Apr 28 12:08:24 2015 +0200
+++ b/configure.ac	Tue Apr 28 14:00:17 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.6pre],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.6],[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])
 AM_MAINTAINER_MODE([enable])