[cairo-commit] cairo-perl Cairo.pm, 1.27, 1.28 ChangeLog, 1.65, 1.66 NEWS, 1.14, 1.15 README, 1.16, 1.17

Torsten Schoenfeld commit at pdx.freedesktop.org
Thu Sep 27 13:26:18 PDT 2007


Committed by: tsch

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

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


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Cairo.pm	27 May 2007 12:37:43 -0000	1.27
+++ Cairo.pm	27 Sep 2007 20:26:15 -0000	1.28
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.041';
+our $VERSION = '1.042';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- ChangeLog	27 Sep 2007 20:23:40 -0000	1.65
+++ ChangeLog	27 Sep 2007 20:26:16 -0000	1.66
@@ -1,5 +1,11 @@
 2007-09-27	tsch
 
+	* Cairo.pm
+	* NEWS
+	* README: Stable release 1.042.
+
+2007-09-27	tsch
+
 	* Makefile.PL: Make missing prerequisites fatal.
 
 2007-09-09	tsch

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- NEWS	27 May 2007 12:37:43 -0000	1.14
+++ NEWS	27 Sep 2007 20:26:16 -0000	1.15
@@ -1,3 +1,8 @@
+Overview of changes in Cairo 1.042
+==================================
+
+* Fix a few build and test failures.
+
 Overview of changes in Cairo 1.041
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- README	27 May 2007 12:37:43 -0000	1.16
+++ README	27 Sep 2007 20:26:16 -0000	1.17
@@ -1,4 +1,4 @@
-Cairo version 1.041
+Cairo version 1.042
 ===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list