summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-08-16 16:18:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-08-16 16:18:59 (GMT)
commit1bc670a852bf284c03f9040366a577b6633da727 (patch)
tree23da51b50161f1c79f1244ab2ad183e6ecc66196 /ChangeLog
parentcaf3d7dc0594cd7f8e917757cbd49c931414ef18 (diff)
downloadtk-1bc670a852bf284c03f9040366a577b6633da727.zip
tk-1bc670a852bf284c03f9040366a577b6633da727.tar.gz
tk-1bc670a852bf284c03f9040366a577b6633da727.tar.bz2
Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99b23ee..3cfa1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-16 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tkOldConfig.c (Tk_ConfigureWidget, Tk_ConfigureInfo):
+ (Tk_ConfigureValue, DeleteSpecCacheTable): Keep per-interpreter (and
+ hence per-thread) copies of all the Tk_ConfigSpec tables so that
+ Tk_Uids do not leak across threads. [Bug 749908]
+
2005-08-11 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkCanvLine.c, generic/tkCanvPoly.c, generic/tkCanvText.c: