changeset 1051:09d813dec15c icedtea-web-1.5.3

Pre-release tuning
author Jiri Vanek <jvanek@redhat.com>
date Fri, 11 Sep 2015 14:10:38 +0200
parents cd2bcad72cd5
children 4fb81ed268cf
files ChangeLog Makefile.am NEWS configure.ac
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 10 17:54:57 2015 +0200
+++ b/ChangeLog	Fri Sep 11 14:10:38 2015 +0200
@@ -1,3 +1,10 @@
+2015-09-11  Jiri Vanek  <jvanek@redhat.com>
+
+	Pre-release tuning
+	* Makefile.am: (netx-html-gen.stamp) set number of changests to 20 (since 1.5.2)
+	* NEWS: date of 1.5.3 set
+	* configure.ac: (AC_INIT) set to use 1.5.3
+
 2015-09-10  Jiri Vanek  <jvanek@redhat.com>
 
 	* tests/netx/unit/net/sourceforge/jnlp/security/dialogs/apptrustwarningpanel/AppTrustWarningPanelTest.java:
--- a/Makefile.am	Thu Sep 10 17:54:57 2015 +0200
+++ b/Makefile.am	Fri Sep 11 14:10:38 2015 +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 22; \
+	bash html-gen.sh 20; \
 	unset HTML_GEN_DEBUG)
 	${INSTALL_DATA} $(NETX_SRCDIR)/../html-gen/*.html $(NETX_RESOURCE_DIR)
 	rm -r $(NETX_SRCDIR)/../html-gen/
--- a/NEWS	Thu Sep 10 17:54:57 2015 +0200
+++ b/NEWS	Fri Sep 11 14:10:38 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.5.3 (YYYY-MM-DD):
+New in release 1.5.3 (2015-09-11):
 * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all.
 * fixed DownloadService
 * RH1231441 Unable to read the text of the buttons of the security dialogue
--- a/configure.ac	Thu Sep 10 17:54:57 2015 +0200
+++ b/configure.ac	Fri Sep 11 14:10:38 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([icedtea-web],[1.5.3pre],[distro-pkg-dev@openjdk.java.net], [icedtea-web], [http://icedtea.classpath.org/wiki/IcedTea-Web])
+AC_INIT([icedtea-web],[1.5.3],[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])