summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-13 15:41:16 +0000
committerCarl Worth <cworth@cworth.org>2005-09-13 15:41:16 +0000
commita85f9916a9743d83c8a71586dfa1d64f85f52ea7 (patch)
tree180b2af67cbc8518e1ca856747a029770106793d /ChangeLog
parent4a078039192a57df54f258fe6ff7c1e9a9bbb613 (diff)
Expand locking to include all modification of cairo_scaled_font and related objects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41e1a8843..956147bf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-09-13 Carl Worth <cworth@cworth.org>
+ * src/cairo-ft-font.c: (_cairo_ft_scaled_font_text_to_glyphs):
+ Expand locking to include all modification of cairo_scaled_font
+ and related objects.
+
+2005-09-13 Carl Worth <cworth@cworth.org>
+
* test/pthread-show-text.c: (start), (main): Adjust parameters to
stress things a bit more, (better exposing another locking bug).