[Commit] cairo ChangeLog,1.59,1.60 configure.in,1.15,1.16

Carl Worth commit at keithp.com
Tue Sep 16 07:45:22 PDT 2003


Committed by: cworth

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Add cairo_reference and cairo_surface_reference

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ChangeLog	15 Sep 2003 20:17:32 -0000	1.59
+++ ChangeLog	16 Sep 2003 13:45:19 -0000	1.60
@@ -1,3 +1,18 @@
+2003-09-16  Carl Worth  <cworth at isi.edu>
+
+	* configure.in (CAIRO_VERSION): Bumped to 0.1.3 for new functions:
+	cairo_reference and cairo_surface_reference.
+
+	* src/cairo_surface.c (cairo_surface_reference): Export
+	cairo_surface_reference.
+
+	* src/cairo.c (cairo_reference): Add new function to increase
+	reference count of cairo_t.
+	(cairo_create):
+	(cairo_copy):
+	(cairo_destroy): Make these functions aware of the new reference
+	count.
+
 2003-09-15  Carl Worth  <cworth at east.isi.edu>
 
 	* configure.in: Require xrender >= 0.6.0

Index: configure.in
===================================================================
RCS file: /local/src/CVS/cairo/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.in	15 Sep 2003 20:17:32 -0000	1.15
+++ configure.in	16 Sep 2003 13:45:19 -0000	1.16
@@ -3,7 +3,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-CAIRO_VERSION=0.1.2
+CAIRO_VERSION=0.1.3
 
 # libtool shared library version
 




More information about the Commit mailing list