summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4a0747..8c70b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-31 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * unix/tclUnixNotfy.c: the notifier thread is now created as
+ joinable thread and it is properly joined in Tcl_FinalizeNotifier.
+ This is an attempt to fix the Tcl Bug #1082283.
+
2005-05-30 Zoran Vasiljevic <vasiljevic@users.sf.net>
* win/tclWinThrd.c: Fixed Tcl Bug #1204064.