/hg/release/icedtea-web-1.5: Pre-release tuning

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Thu Aug 7 18:01:12 UTC 2014


changeset 7b775a8557e9 in /hg/release/icedtea-web-1.5
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.5?cmd=changeset;node=7b775a8557e9
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Aug 07 19:59:30 2014 +0200

	Pre-release tuning


diffstat:

 ChangeLog    |  7 +++++++
 Makefile.am  |  2 +-
 NEWS         |  2 +-
 configure.ac |  2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diffs (47 lines):

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  <jvanek at 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 at redhat.com>
 
 	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 at openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.5.1],[distro-pkg-dev at 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])
 


More information about the distro-pkg-dev mailing list