summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-06-01 18:21:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-06-01 18:21:41 (GMT)
commit8e448f145ef751d9ab30ca9d8d384c14263c1199 (patch)
tree1d2478343c8b3d38fb2d323c39b1ec1a160236b9 /ChangeLog
parent843f3e406c6e4cfad692db418c39912f538e25d6 (diff)
downloadtk-8e448f145ef751d9ab30ca9d8d384c14263c1199.zip
tk-8e448f145ef751d9ab30ca9d8d384c14263c1199.tar.gz
tk-8e448f145ef751d9ab30ca9d8d384c14263c1199.tar.bz2
* 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].
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):