diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-02-06 Danesh Dadachanji <[email protected]> + + Fixed regression in running webstart applets from JNLP files. + * netx/net/sourceforge/jnlp/Launcher.java (createApplet): Added call to + set applet variable in the AppletInstance's AppletEnvironment. + * netx/net/sourceforge/jnlp/runtime/AppletEnvironment.java + (setApplet): New method, set AppletEnvironment's applet variable only once. + 2012-02-02 Danesh Dadachanji <[email protected]> * netx/net/sourceforge/jnlp/LaunchException.java: Fix message |