[cairo-commit] cairo-perl Cairo.pm, 1.17, 1.18 ChangeLog, 1.29, 1.30 NEWS, 1.4, 1.5 README, 1.7, 1.8

Torsten Schoenfeld commit at pdx.freedesktop.org
Thu Aug 10 11:27:34 PDT 2006


Committed by: tsch

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

Modified Files:
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Beta release 0.91.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Cairo.pm	15 Jul 2006 16:05:17 -0000	1.17
+++ Cairo.pm	10 Aug 2006 18:27:31 -0000	1.18
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '0.90';
+our $VERSION = '0.91';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog	10 Aug 2006 17:34:40 -0000	1.29
+++ ChangeLog	10 Aug 2006 18:27:31 -0000	1.30
@@ -1,5 +1,9 @@
 2006-08-10	tsch
 
+	* Cairo.pm, NEWS, README: Beta release 0.91.
+
+2006-08-10	tsch
+
 	* Cairo.xs, CairoFont.xs, CairoPattern.xs, CairoSurface.xs,
 	MakeHelper.pm, Makefile.PL, cairo-perl-private.h, t/Cairo.t,
 	t/CairoFont.t, t/CairoPattern.t, t/CairoSurface.t: Make it

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NEWS	15 Jul 2006 16:05:17 -0000	1.4
+++ NEWS	10 Aug 2006 18:27:31 -0000	1.5
@@ -1,3 +1,9 @@
+Overview of changes in Cairo 0.91
+=================================
+
+* Make it possible to use the bindings with cairo 1.0.x and later.  This makes
+  it possible to drop the cairo requirement back to 1.0.0.
+
 Overview of changes in Cairo 0.90
 =================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README	15 Jul 2006 16:05:17 -0000	1.7
+++ README	10 Aug 2006 18:27:31 -0000	1.8
@@ -1,4 +1,4 @@
-Cairo version 0.90
+Cairo version 0.91
 ==================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).
@@ -37,7 +37,7 @@
 
 This module requires these other modules and libraries:
 
-  cairo (C library)
+  cairo (C library) >= 1.0.0
 
 In order to build it from source, you'll also need
 



More information about the cairo-commit mailing list