summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a459f0..1967726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump
+ the refcount of channels passed to Tcl_SetStdChannel(). This prevents
+ early free-ing of the channels that leads to crashes. [Bug 912571].
+
2006-05-29 Jeff Hobbs <jeffh@ActiveState.com>
* tests/entry.test (entry-22.1):