aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 876c4db..a2dc9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-02-28 Deepak Bhole <[email protected]>
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
+ (checkForMain): Also check manifest file of main jar.
+ (getMainClassName): New method. Looks in a jar manifest to see if there is
+ a Main-Class specified.
+
+2012-02-28 Deepak Bhole <[email protected]>
+
* plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
(_eval): Return 0 id to Java side if eval fails.
(_call): Return 0 id to Java side if call fails.