aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e16fdbd..269e5aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-12-17 Jiri Vanek <[email protected]>
+
+ JNLPRuntime.config changed to proper singleton.
+ * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: added
+ field with getter rand setter to save loading exception.
+ * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (config) field is no
+ longer initialized in static block, but on demand in (getConfig).
+ (initialize) no longer load (config) nor exit on loading exception, but
+ warn in case that it have loading exception. (initialize) call to
+ KeyStores.setConfiguration is using (getConfig) instead (config).
+ (initialize) call to BrowserAwareProxySelector constructor likewise.
+ (getConfig) is initializing and loading (config), marking exception and sterr
+ it in case of debug on. Made synchronized.
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: (RConfigurationError)
+ enhanced to fit.
+ * netx/net/sourceforge/jnlp/util/logging/LogConfig.java: no longer use own
+ copy of (config) but using (JNLPRuntime.getConfig).
+
2013-12-15 Jiri Vanek <[email protected]>
Console made aware of plugin messages