aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-11-01 13:23:25 +0100
committerJiri Vanek <[email protected]>2013-11-01 13:23:25 +0100
commitf7d9707866ab118b6981207be54ab78c8b022fdc (patch)
treed4fedab3eeba02c2660cc4e4c0cadaee5696f5ba /ChangeLog
parent113381d62d1eabb685f248573beff4195076740b (diff)
Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside
* netx/net/sourceforge/jnlp/util/logging/OutputController.java: (getHeader) added thread id and name to log header. * plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_DEBUG) (PLUGIN_ERROR) headerrs generation code moved to macro (CREATE_HEADER0). Both headers now contains pthread_self and g_thread_self. Fixed indentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01132ba..e466585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2013-11-01 Jiri Vanek <[email protected]>
+ Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside
+ * netx/net/sourceforge/jnlp/util/logging/OutputController.java: (getHeader)
+ added thread id and name to log header.
+ * plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_DEBUG) (PLUGIN_ERROR)
+ headerrs generation code moved to macro (CREATE_HEADER0). Both
+ headers now contains pthread_self and g_thread_self. Fixed indentation.
+
+2013-11-01 Jiri Vanek <[email protected]>
+
* tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java:
added tests for custom attributes (getCustomAtributes), (getCustomAtributesEmpty) and test to ensure order during searching for
attributes in manifests (checkOrderWhenReadingAttributes).