aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-05-24 10:21:14 -0400
committerAdam Domurad <[email protected]>2012-05-24 10:21:14 -0400
commitabd6a8f345e0aab7b08d0a9e3518ce3701043d90 (patch)
tree357b60e7c85b1adfa501ffd2d031ab01bd2ff7ab /ChangeLog
parentd0b1b7896344fb56daa4367594d0966022577c5c (diff)
Backed out changeset 43a78616b1dd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog60
1 files changed, 48 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef10bd..c9e6f76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,42 @@
-2012-05-24 Martin Olsson <[email protected]>
- * plugin/icedteanp/IcedTeaPluginUtils.cc:
- Fix two typos.
+2012-05-23 Deepak Bhole <[email protected]>
+
+ * AUTHORS: Added Martin Olsson to list.
+
+2012-05-23 Martin Olsson <[email protected]>
+
+ * plugin/icedteanp/IcedTeaNPPlugin.cc:
+ Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes
+ crash).
+
+2012-05-23 Deepak Bhole <[email protected]>
+
+ * ChangeLog: Converted spaces to tabs in an older entry
+
+2012-05-23 Jiri Vanek <[email protected]>
+
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error
+ in PBadNonrelativeUrl
+
+2012-05-23 Jiri Vanek <[email protected]>
+
+ Added more debugging outputs
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java:
+ (getCodeSourceSecurity): added output message when no SecurityDesc is found
+ for some url/resource
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: added LNoSecInstance
+ and LCertFoundIn values
+ * netx/net/sourceforge/jnlp/security/KeyStores.java: (getPathToKeystore):
+ new method, able to search for file used for creating of KeyStore if possible
+ * netx/net/sourceforge/jnlp/security/CertificateUtils.java: (inKeyStores)
+ using getPathToKeystore for debug output
+
+2012-05-23 Jiri Vanek <[email protected]>
+
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):
+ Any exception from this method is consumed somewhere. I have cough exception,
+ reprint it in debug mode and re-throw (to be lost). Main condition in this
+ method had several possible NullPointer exceptions. Separated and thrown before
+ this condition.
2012-05-23 Jiri Vanek <[email protected]>
@@ -22,15 +58,15 @@
2012-05-22 Adam Domurad <[email protected]>
- Changed allocation of small, fixed-size buffers to stack-based
- allocations. Changed occurences of sprintf to the safer function
- snprintf, added buffer information. While unlikely to change
- functionality, snprintf adds an extra check to prevent buffer
- overflows.
- * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers
- using malloc changed to stack allocation & changed sprintf calls to
- buffer-size aware snprintf calls.
- * plugin/icedteanp/IcedTeaPluginUtils.cc: Same as above.
+ Changed allocation of small, fixed-size buffers to stack-based
+ allocations. Changed occurences of sprintf to the safer function
+ snprintf, added buffer information. While unlikely to change
+ functionality, snprintf adds an extra check to prevent buffer
+ overflows.
+ * plugin/icedteanp/IcedTeaNPPlugin.cc: Allocation of small buffers
+ using malloc changed to stack allocation & changed sprintf calls to
+ buffer-size aware snprintf calls.
+ * plugin/icedteanp/IcedTeaPluginUtils.cc: Same as above.
2012-05-22 Jiri Vanek <[email protected]>