summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-06-01 17:19:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-06-01 17:19:29 (GMT)
commit2a0db87764a4b70fd8dff0002bd2cdf63a4751a5 (patch)
treec7bdf54677d410b36e05e2825588395efa068dc5 /ChangeLog
parentde94051cc9cefddb0cfae707598416939eabe5b8 (diff)
downloadtk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.zip
tk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.tar.gz
tk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.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 d003455..67b05fc 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>
* win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic