[cairo-commit] cairo ChangeLog,1.1026.2.5,1.1026.2.6
Carl Worth
commit at pdx.freedesktop.org
Tue Sep 13 12:28:02 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv10559
Modified Files:
Tag: BRANCH_1_0
ChangeLog
Log Message:
2005-09-13 Carl Worth <cworth at cworth.org>
* src/cairo-scaled-font.c: (cairo_scaled_font_reference),
(cairo_scaled_font_destroy): Expand locking to encapsulate any
modification to the reference count of a scaled font, rather than
just modifcations of the scaled_font_map, since scaled fonts are
shared between threads.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1026.2.5
retrieving revision 1.1026.2.6
diff -u -d -r1.1026.2.5 -r1.1026.2.6
--- ChangeLog 13 Sep 2005 19:20:15 -0000 1.1026.2.5
+++ ChangeLog 13 Sep 2005 19:28:00 -0000 1.1026.2.6
@@ -1,5 +1,13 @@
2005-09-13 Carl Worth <cworth at cworth.org>
+ * src/cairo-scaled-font.c: (cairo_scaled_font_reference),
+ (cairo_scaled_font_destroy): Expand locking to encapsulate any
+ modification to the reference count of a scaled font, rather than
+ just modifcations of the scaled_font_map, since scaled fonts are
+ shared between threads.
+
+2005-09-13 Carl Worth <cworth at cworth.org>
+
* test/cairo-test.h: Add documentation for cairo_test functions.
* test/cairo-test.c: (cairo_test_init), (cairo_test_expecting):
More information about the cairo-commit
mailing list