summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2006-02-27 11:34:49 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2006-02-27 11:34:49 (GMT)
commitab38e376d5c828fb325ea1eb4dd28c5d24300952 (patch)
tree7f11f3bfc0e37739657f7679783ef9d6c988e025 /ChangeLog
parentfc780df58cb9f9b2d35d59dafef8b711c59b3d8d (diff)
downloadtk-ab38e376d5c828fb325ea1eb4dd28c5d24300952.zip
tk-ab38e376d5c828fb325ea1eb4dd28c5d24300952.tar.gz
tk-ab38e376d5c828fb325ea1eb4dd28c5d24300952.tar.bz2
Fix old thread-safety issue. [Bug 470322]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2af78..27faeb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-02-27 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * generic/tkBitmap.c (Tk_GetBitmapFromData): Improve thread-safety.
+ [Bug 470322]
+
* generic/tkImgBmap.c (ImgBmapConfigureInstance): Force creation of
new Pixmaps before deletion of old ones to prevent stupid caching
problems. [Bug 480862]