aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-12-02 16:04:32 +0100
committerJiri Vanek <[email protected]>2013-12-02 16:04:32 +0100
commit77f5431e3b77c3d16693de34c21189d3f960ec41 (patch)
treeecced48bc4b7d1de33ad38cb066a6c6db9b88504 /ChangeLog
parent57a108d5385a5810cf627d9d70792379d4c27000 (diff)
Better validation of crytical dirs with proper message on startup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c38a4a..acdc670 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2013-11-29 Jiri Vanek <[email protected]>
+ Better validation of crytical dirs with proper message on startup
+ * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: small
+ refactoring to match the new directory validator pattern.
+ * netx/net/sourceforge/jnlp/config/DirectoryValidator.java: new class to verify
+ if directory have necessary permissions (like creating subdirectories,
+ read and write files created in).
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: patterns for
+ validation results
+ * netx/net/sourceforge/jnlp/runtime/Boot.java: headless determination moved
+ as up as possible in (main)
+ * tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java:
+ Few test testing what DirtectoryValidator should validate.
+
+2013-11-29 Jiri Vanek <[email protected]>
+
Pipes moved into XDG_RUNTIME_DIR
* plugin/icedteanp/IcedTeaNPPlugin.cc: (initialize_data_directory) logic
responsible for tmp dir path moved into (getTmpPath) and (data_directory)