aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDenis Lila <[email protected]>2011-03-04 17:36:23 -0500
committerDenis Lila <[email protected]>2011-03-04 17:36:23 -0500
commit43cf2ac30fcb4d562d8fbed3ea87743107e8bf92 (patch)
tree93e9dd5dcf951deb638af35840e56949bc152a46 /ChangeLog
parenteb116d00b1dfee2df7b1dc6191d388a4b0f4b846 (diff)
Fixed packed jar naming and pack.gz decompression problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d4d629..61c67ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+ * netx/net/sourceforge/jnlp/cache/ResourceUrlCreator.java
+ (getUrl): if usePack now concatenating strings instead of replacing.
+
+
2011-03-03 Deepak Bhole <[email protected]>
* plugin/icedteanp/IcedTeaNPPlugin.cc