aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Azores <[email protected]>2014-01-24 10:48:08 -0500
committerAndrew Azores <[email protected]>2014-01-24 10:48:08 -0500
commit4394eef2518663d12672dbf593632cc29e6f37ec (patch)
treecc75731c7d9232f4734a62a1b35cacb9f6653c3c /ChangeLog
parentf877bfbde0a5a3375e1828c072f07bac5b3508a5 (diff)
Improve PolicyTool launch method in PolicyPanel
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025971.html * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: added license header and javadocs. Launch PolicyTool by ProcessBuilder rather than calling PolicyTool.main directly, with reflective launch fallback method. * netx/net/sourceforge/jnlp/resources/Messages.properties: added message (CPPolicyEditorNotFound)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdc8eb4..42dc8c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-01-24 Andrew Azores <[email protected]>
+
+ http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025971.html
+ * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: added license
+ header and javadocs. Launch PolicyTool by ProcessBuilder rather than
+ calling PolicyTool.main directly, with reflective launch fallback method.
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: added message
+ (CPPolicyEditorNotFound)
+
2014-01-23 Omair Majid <[email protected]>
* Makefile.am [ENABLE_DOCS] [JAVADOC_SUPPORTS_J_OPTIONS]: