[cairo-commit] cairo-perl Cairo.pm, 1.25, 1.26 ChangeLog, 1.57, 1.58 NEWS, 1.12, 1.13 README, 1.13, 1.14

Torsten Schoenfeld commit at pdx.freedesktop.org
Thu May 10 12:04:26 PDT 2007


Committed by: tsch

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

Modified Files:
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Stable release 1.400.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Cairo.pm	6 May 2007 11:54:01 -0000	1.25
+++ Cairo.pm	10 May 2007 19:04:16 -0000	1.26
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.031';
+our $VERSION = '1.040';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ChangeLog	10 May 2007 19:01:12 -0000	1.57
+++ ChangeLog	10 May 2007 19:04:16 -0000	1.58
@@ -1,5 +1,9 @@
 2007-05-10	tsch
 
+	* Cairo.pm, NEWS, README: Stable release 1.400.
+
+2007-05-10	tsch
+
 	* t/CairoSurface.t: For now, skip tests that make cairo crash.
 
 2007-05-06	tsch

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- NEWS	21 Jan 2007 15:12:44 -0000	1.12
+++ NEWS	10 May 2007 19:04:16 -0000	1.13
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.040
+==================================
+
+* Re-add Cairo::Surface::finish.
+* Add support for cairo_get_scaled_font.
+* Document the new API.
+
 Overview of changes in Cairo 1.031
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- README	21 Jan 2007 15:12:44 -0000	1.13
+++ README	10 May 2007 19:04:16 -0000	1.14
@@ -1,4 +1,4 @@
-Cairo version 1.031
+Cairo version 1.040
 ===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list