/hg/release/icedtea6-1.8: netx: Support JNLP spec 1.6

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Mon Aug 9 08:31:06 PDT 2010


changeset 4a022b4a3319 in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=4a022b4a3319
author: Omair Majid <omajid at redhat.com>
date: Mon Aug 09 11:30:52 2010 -0400

	netx: Support JNLP spec 1.6

	2010-08-09 Omair Majid <omajid at redhat.com>

	 * NEWS: Update with support for spec 1.6
	    * netx/net/sourceforge/jnlp/Parser.java: Add 1.6 to supportedVersions.


diffstat:

3 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog                             |    5 +++++
NEWS                                  |    1 +
netx/net/sourceforge/jnlp/Parser.java |    2 +-

diffs (35 lines):

diff -r c2fdeca9dbb7 -r 4a022b4a3319 ChangeLog
--- a/ChangeLog	Thu Aug 05 17:45:47 2010 -0400
+++ b/ChangeLog	Mon Aug 09 11:30:52 2010 -0400
@@ -1,3 +1,8 @@ 2010-08-05  Omair Majid  <omajid at redhat.
+2010-08-09  Omair Majid  <omajid at redhat.com>
+
+	* NEWS: Update with support for spec 1.6
+	* netx/net/sourceforge/jnlp/Parser.java: Add 1.6 to supportedVersions.
+
 2010-08-05  Omair Majid  <omajid at redhat.com>
 
 	* NEWS: Update with netx bugfix.
diff -r c2fdeca9dbb7 -r 4a022b4a3319 NEWS
--- a/NEWS	Thu Aug 05 17:45:47 2010 -0400
+++ b/NEWS	Mon Aug 09 11:30:52 2010 -0400
@@ -3,6 +3,7 @@ New in release 1.8.2 (XXXX-XX-XX):
 - NetX:
   - Fix browser command in BasicService.showDocument(URL)
   - Run programs that inherit main(String[]) in their main-class
+  - Run JNLP files that use 1.6 as the spec version
 
 New in release 1.8.1 (2010-07-28):
 
diff -r c2fdeca9dbb7 -r 4a022b4a3319 netx/net/sourceforge/jnlp/Parser.java
--- a/netx/net/sourceforge/jnlp/Parser.java	Thu Aug 05 17:45:47 2010 -0400
+++ b/netx/net/sourceforge/jnlp/Parser.java	Mon Aug 09 11:30:52 2010 -0400
@@ -72,7 +72,7 @@ class Parser {
 
 
     /** the supported JNLP file versions */
-    private static Version supportedVersions = new Version("1.0 1.5 6.0");
+    private static Version supportedVersions = new Version("1.0 1.5 1.6 6.0");
 
     // fix: some descriptors need to use the jnlp file at a later
     // date and having file ref lets us pass it to their



More information about the distro-pkg-dev mailing list