summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2005-07-01 10:57:56 (GMT)
committervasiljevic <zv@archiware.com>2005-07-01 10:57:56 (GMT)
commite539042615457f25e32cc481db82a48146b76495 (patch)
tree1dab5e9dc4aa9d4fc7349ebd603df31bfa57c559 /ChangeLog
parent2cc4f650037df0ba4caa9c95eb23665b2384c3ed (diff)
downloadtcl-e539042615457f25e32cc481db82a48146b76495.zip
tcl-e539042615457f25e32cc481db82a48146b76495.tar.gz
tcl-e539042615457f25e32cc481db82a48146b76495.tar.bz2
Protect against spurious wake-ups while waiting on the condition variable
when tearing down the notifier thread [Bug# 1222872].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a160a7..6cc9f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-01 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * unix/tclUnixNotfy.c: protect against spurious wake-ups while
+ waiting on the condition variable when tearing down the notifier
+ thread [Bug# 1222872].
+
2005-06-27 Don Porter <dgp@users.sourceforge.net>
*** 8.4.11 TAGGED FOR RELEASE ***