summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2008-04-26 11:37:45 (GMT)
committervasiljevic <zv@archiware.com>2008-04-26 11:37:45 (GMT)
commit1cd98f7072e5db213a4fe2b64666480101b1edae (patch)
tree356bd34da7a21dd6fba6569bc8b9fbe0bdf116c8 /ChangeLog
parenta58180f0f0aa42cc0b1586a5bdd0bb0acfe12922 (diff)
downloadtcl-1cd98f7072e5db213a4fe2b64666480101b1edae.zip
tcl-1cd98f7072e5db213a4fe2b64666480101b1edae.tar.gz
tcl-1cd98f7072e5db213a4fe2b64666480101b1edae.tar.bz2
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt
to locate handler token fails. Happens when some other thread attempts to delete somebody else's token.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 068fbf6..855ff1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-04-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt
+ to locate handler token fails. Happens when some other
+ thread attempts to delete somebody else's token.
+
2008-04-17 Andreas Kupries <andreask@activestate.com>
*** 8.4.19 TAGGED FOR RELEASE ***