aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-10-25 09:43:24 +0200
committerJiri Vanek <[email protected]>2013-10-25 09:43:24 +0200
commit3d77704be0d579ad538e4f5e7150b58a850ac498 (patch)
tree62fdbc6a2fba4f1a543336103c1592f824f4632c /ChangeLog
parent4d8cfe5bdb364fe3f4fca59c263dc1cdbd87e7e5 (diff)
OutputController.getCallerClass now gets out also from sun.applet.PluginDebug class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c9dd8..be3ef6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-25 Jiri Vanek <[email protected]>
+
+ * netx/net/sourceforge/jnlp/util/logging/OutputController.java:
+ (getCallerClass) now gets out also from sun.applet.PluginDebug class.
+
2013-10-24 Andrew Azores <[email protected]>
Fix array index out of bounds due to malformed plugin message (PR539)