aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e089c18..6f47aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2011-03-04 Denis Lila <[email protected]>
+ * netx/net/sourceforge/jnlp/JNLPFile.java:
+ (getDownloadOptionsForJar): Moved here from JNLPClassLoader.java.
+ * netx/net/sourceforge/jnlp/PluginBridge.java
+ (usePack, useVersion): added.
+ (PluginBridge): initializing usePack and useVersion.
+ (getDownloadOptionsForJar): return the download options.
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+ (getDownloadOptionsForJar): logic moved to JNLPFile.java and its
+ subclasses. Now just calling file.getDownloadOptionsForJar.
+ * NEWS: Updated with fix of PR658.
+
+2011-03-04 Denis Lila <[email protected]>
+
* netx/net/sourceforge/jnlp/cache/ResourceTracker.java
(downloadResource): changed the order in which pack200+gz compression
and gzip compression are checked.