[cairo-commit] cairo ChangeLog,1.1047,1.1048

Carl Worth commit at pdx.freedesktop.org
Tue Sep 13 12:26:32 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv10211

Modified Files:
	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.1047
retrieving revision 1.1048
diff -u -d -r1.1047 -r1.1048
--- ChangeLog	13 Sep 2005 19:11:32 -0000	1.1047
+++ ChangeLog	13 Sep 2005 19:26:29 -0000	1.1048
@@ -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