aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2010-11-24 15:22:03 -0500
committerDeepak Bhole <[email protected]>2010-11-24 15:22:03 -0500
commit8a4ac3f07e3a60a8cf34fbe12b1b05219e865bf0 (patch)
tree0830d709a86d7ca59abe781bcce93d3ee3f142fb /ChangeLog
parentc7a02ae1417fb3330aa12e85b191500815f92b64 (diff)
Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch from [email protected])
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a05865d..b3c76a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-11-24 Deepak Bhole <[email protected]>
+ Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch
+ * plugin/icedteanp/IcedTeaPluginUtils.cc
+ (invalidateInstance): Act on the pointer directly, rather than via
+ members.
+ * NEWS: Updated.
+
+2010-11-24 Deepak Bhole <[email protected]>
+
Fix PR552: Support for FreeBSD's pthread implementation (patch from
* plugin/icedteanp/IcedTeaNPPlugin.cc