[Commit] cairo ChangeLog,1.68,1.69 configure.in,1.19,1.20

Carl Worth commit at keithp.com
Tue Sep 30 12:39:09 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo
In directory home.keithp.com:/tmp/cvs-serv16581

Modified Files:
	ChangeLog configure.in 
Log Message:
Changed cairo_copy to copy graphics state from one cairo_t to another
rather than allocating a new cairo_t.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ChangeLog	30 Sep 2003 14:58:58 -0000	1.68
+++ ChangeLog	30 Sep 2003 18:39:07 -0000	1.69
@@ -1,5 +1,12 @@
 2003-09-30  Carl Worth  <cworth at east.isi.edu>
 
+	* configure.in: Bumped version to 0.1.7 to indicate change in
+	cairo_copy.
+
+	* src/cairo.c (cairo_copy): Changed cairo_copy to copy graphics
+	state from one cairo_t to another rather than allocating a new
+	cairo_t.
+
 	* src/cairo_surface.c (cairo_surface_destroy):
 	(cairo_surface_create_similar_solid): Fix to delay XFreePixmap
 	until cairo_surface_destroy.

Index: configure.in
===================================================================
RCS file: /local/src/CVS/cairo/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.in	29 Sep 2003 15:36:29 -0000	1.19
+++ configure.in	30 Sep 2003 18:39:07 -0000	1.20
@@ -3,7 +3,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-CAIRO_VERSION=0.1.6
+CAIRO_VERSION=0.1.7
 
 # libtool shared library version
 




More information about the Commit mailing list