aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmair Majid <[email protected]>2011-01-12 12:50:13 -0500
committerOmair Majid <[email protected]>2011-01-12 12:50:13 -0500
commit89f754862df381147217093df8eb241feb62aaf4 (patch)
tree55add0e1b8bba245ab6261f841892f08580f1e61 /ChangeLog
parent9679f89fa9b4db346cf898924e20e630c509838c (diff)
fix problems in control panel caused by removing JNLPRuntime.initialize()
2011-01-12 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java (main): Set look and feel. Set config object to use with KeyStores. * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java (initialize): Set config object to use with KeyStores. * netx/net/sourceforge/jnlp/security/KeyStores.java: Add new member config. (setConfiguration): New method. Sets the value of config after security check. (getKeyStoreLocation): Use config object instead of querying JNLPRuntime.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd10e9e..6551a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2011-01-12 Omair Majid <[email protected]>
+ * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java
+ (main): Set look and feel. Set config object to use with KeyStores.
+ * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java
+ (initialize): Set config object to use with KeyStores.
+ * netx/net/sourceforge/jnlp/security/KeyStores.java: Add new member
+ config.
+ (setConfiguration): New method. Sets the value of config after security
+ check.
+ (getKeyStoreLocation): Use config object instead of querying JNLPRuntime.
+
+2011-01-12 Omair Majid <[email protected]>
+
* netx/net/sourceforge/jnlp/JNLPFile: Add missing generic type to info.
(getInformation): Remove redundant cast.