[cairo-commit] cairo-perl Cairo.pm, 1.26, 1.27 ChangeLog, 1.61, 1.62 NEWS, 1.13, 1.14 README, 1.15, 1.16

Torsten Schoenfeld commit at pdx.freedesktop.org
Sun May 27 05:37:55 PDT 2007


Committed by: tsch

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

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


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Cairo.pm	10 May 2007 19:04:16 -0000	1.26
+++ Cairo.pm	27 May 2007 12:37:43 -0000	1.27
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004-2006 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2007 by the cairo perl team (see the file README)
 #
 # Licensed under the LGPL, see LICENSE file for more information.
 #
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.040';
+our $VERSION = '1.041';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- ChangeLog	27 May 2007 12:34:20 -0000	1.61
+++ ChangeLog	27 May 2007 12:37:43 -0000	1.62
@@ -1,5 +1,9 @@
 2007-05-27	tsch
 
+	* Cairo.pm, NEWS, README: Stable release 1.041.
+
+2007-05-27	tsch
+
 	* t/CairoSurface.t: Use proper version checks to decide when to
 	skip the create_for_stream tests.
 

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- NEWS	10 May 2007 19:04:16 -0000	1.13
+++ NEWS	27 May 2007 12:37:43 -0000	1.14
@@ -1,3 +1,8 @@
+Overview of changes in Cairo 1.041
+==================================
+
+* Use Test::Numer::Delta to make floating point tests more reliable.
+
 Overview of changes in Cairo 1.040
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- README	13 May 2007 10:58:05 -0000	1.15
+++ README	27 May 2007 12:37:43 -0000	1.16
@@ -1,4 +1,4 @@
-Cairo version 1.040
+Cairo version 1.041
 ===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list