summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 195bdf8..4803a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-25 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of
+ Alexandre Ferrieux's patch for [Bug 2270477] to prevent infinite
+ looping during finalization of channels not bound to
+ interpreters.
+
2008-08-23 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c: Backport of fix for [Bug 2333466].