[cairo-commit] cairo-perl Cairo.pm, 1.23, 1.24 ChangeLog, 1.52, 1.53 NEWS, 1.11, 1.12 README, 1.12, 1.13

Torsten Schoenfeld commit at pdx.freedesktop.org
Sun Jan 21 07:12:48 PST 2007


Committed by: tsch

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

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


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Cairo.pm	28 Dec 2006 19:12:17 -0000	1.23
+++ Cairo.pm	21 Jan 2007 15:12:44 -0000	1.24
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.030';
+our $VERSION = '1.031';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -1064,6 +1064,6 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2006 by the cairo perl team
+Copyright (C) 2004-2007 by the cairo perl team
 
 =cut

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ChangeLog	21 Jan 2007 15:09:07 -0000	1.52
+++ ChangeLog	21 Jan 2007 15:12:44 -0000	1.53
@@ -1,5 +1,9 @@
 2007-01-21	tsch
 
+	* Cairo.pm, NEWS, README: Unstable release 1.031.
+
+2007-01-21	tsch
+
 	* Cairo.xs: Track upstream API change: cairo_get_dash_count
 	returns the count directly; cairo_get_dash_count and
 	cairo_get_dash don't return a status anymore.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- NEWS	28 Dec 2006 19:12:17 -0000	1.11
+++ NEWS	21 Jan 2007 15:12:44 -0000	1.12
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.031
+==================================
+
+* Track upstream API improvements.
+* Fix enum error messages to display the correct list of allowed values.
+* Fix a endianness-related test failure.
+
 Overview of changes in Cairo 1.030
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- README	28 Dec 2006 19:12:17 -0000	1.12
+++ README	21 Jan 2007 15:12:44 -0000	1.13
@@ -1,4 +1,4 @@
-Cairo version 1.030
+Cairo version 1.031
 ===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).
@@ -55,7 +55,7 @@
 COPYRIGHT AND LICENSE
 ---------------------
 
-Copyright (C) 2004-2006 by the cairo perl team
+Copyright (C) 2004-2007 by the cairo perl team
 
 Ross McFarland           rwmcfa1 at neces dot com
 Torsten Schoenfeld       kaffeetisch at gmx dot de



More information about the cairo-commit mailing list