[cairo-commit] cairo ChangeLog,1.645,1.646

Carl Worth commit at pdx.freedesktop.org
Mon Jun 13 16:35:05 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        Originally 2005-05-08  Owen Taylor  <otaylor at redhat.com>:

        * src/cairo.c (cairo_create): If cairo_create() fails, return
        a special static object, cairo_nil.

        * src/cairo.c (cairo_reference): Don't return early if
        cr->status is set. cr->status should not affect reference
        counting.

        * src/cairo.c: (cairo_reference), (cairo_destroy): Ignore any
        magic object with a reference count of -1.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.645
retrieving revision 1.646
diff -u -d -r1.645 -r1.646
--- ChangeLog	13 Jun 2005 23:29:26 -0000	1.645
+++ ChangeLog	13 Jun 2005 23:35:03 -0000	1.646
@@ -1,5 +1,19 @@
 2005-06-13  Carl Worth  <cworth at cworth.org>
 
+	Originally 2005-05-08  Owen Taylor  <otaylor at redhat.com>:
+
+	* src/cairo.c (cairo_create): If cairo_create() fails, return
+	a special static object, cairo_nil.
+
+	* src/cairo.c (cairo_reference): Don't return early if 
+	cr->status is set. cr->status should not affect reference
+	counting.
+
+	* src/cairo.c: (cairo_reference), (cairo_destroy): Ignore any
+	magic object with a reference count of -1.
+
+2005-06-13  Carl Worth  <cworth at cworth.org>
+
 	Originally 2005-06-02  Carl Worth  <cworth at cworth.org>:
 
 	* src/cairo.h: Add a status field to cairo_path_t.




More information about the cairo-commit mailing list