[cairo-commit] cairo-perl Cairo.pm, 1.22, 1.23 ChangeLog, 1.47, 1.48 NEWS, 1.10, 1.11 README, 1.11, 1.12

Torsten Schoenfeld commit at pdx.freedesktop.org
Thu Dec 28 11:12:21 PST 2006


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv20676

Modified Files:
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Unstable release 1.030.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Cairo.pm	9 Nov 2006 19:24:51 -0000	1.22
+++ Cairo.pm	28 Dec 2006 19:12:17 -0000	1.23
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.02';
+our $VERSION = '1.030';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- ChangeLog	28 Dec 2006 18:53:09 -0000	1.47
+++ ChangeLog	28 Dec 2006 19:12:17 -0000	1.48
@@ -1,5 +1,9 @@
 2006-12-28	tsch
 
+	* Cairo.pm, NEWS, README: Unstable release 1.030.
+
+2006-12-28	tsch
+
 	* Cairo.xs, cairo-perl.h, t/Cairo.t: Wrap and test
 	cairo_copy_clip_rectangles and cairo_clip_extents.
 

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- NEWS	23 Nov 2006 19:09:12 -0000	1.10
+++ NEWS	28 Dec 2006 19:12:17 -0000	1.11
@@ -1,3 +1,13 @@
+Overview of changes in Cairo 1.030
+==================================
+
+* Add support for new API:
+  - cairo_get_dash, cairo_copy_clip_rectangles, and cairo_clip_extents.
+  - cairo_pattern_get_rgba, cairo_pattern_get_surface,
+    cairo_pattern_get_color_stop_rgba, cairo_pattern_get_points, and
+    cairo_pattern_get_circles.
+* Make Cairo::ImageSurface::get_data usable.
+
 Overview of changes in Cairo 1.021
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README	9 Nov 2006 19:24:51 -0000	1.11
+++ README	28 Dec 2006 19:12:17 -0000	1.12
@@ -1,5 +1,5 @@
-Cairo version 1.02
-==================
+Cairo version 1.030
+===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).
 



More information about the cairo-commit mailing list