[cairo-commit] cairo ChangeLog,1.617,1.618

Carl Worth commit at pdx.freedesktop.org
Wed Jun 1 00:29:26 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-gstate.c (_cairo_gstate_get_clip_extents): Fix bug in
        converting box to rectangle that left clip_rect.height
        uninitialized, (leading to unpredictable, intermittent test
        failures).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -d -r1.617 -r1.618
--- ChangeLog	31 May 2005 23:05:06 -0000	1.617
+++ ChangeLog	1 Jun 2005 07:29:24 -0000	1.618
@@ -1,3 +1,10 @@
+2005-06-01  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-gstate.c (_cairo_gstate_get_clip_extents): Fix bug in
+	converting box to rectangle that left clip_rect.height
+	uninitialized, (leading to unpredictable, intermittent test
+	failures).
+
 2005-05-31  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo.h:




More information about the cairo-commit mailing list