[cairo-commit] cairo-perl Cairo.pm, 1.5, 1.6 ChangeLog, 1.12,
1.13 MANIFEST, 1.5, 1.6 Makefile.PL, 1.9, 1.10 NEWS, NONE,
1.1 README, 1.3, 1.4
Torsten Schoenfeld
commit at pdx.freedesktop.org
Wed Aug 31 15:32:12 PDT 2005
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory gabe:/tmp/cvs-serv10397
Modified Files:
Cairo.pm ChangeLog MANIFEST Makefile.PL README
Added Files:
NEWS
Log Message:
* Cairo.pm, MANIFEST, Makefile.PL, NEWS, README: Release 0.02.
Require cairo 1.0.0.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Cairo.pm 18 Aug 2005 11:22:55 -0000 1.5
+++ Cairo.pm 31 Aug 2005 22:32:09 -0000 1.6
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
Cairo->bootstrap ($VERSION);
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ChangeLog 31 Aug 2005 22:00:15 -0000 1.12
+++ ChangeLog 31 Aug 2005 22:32:09 -0000 1.13
@@ -1,3 +1,8 @@
+2005/09/01 tsch
+
+ * Cairo.pm, MANIFEST, Makefile.PL, NEWS, README: Release 0.02.
+ Require cairo 1.0.0.
+
2005/08/31 tsch
* MakeHelper.pm, Makefile.PL: Surround our _noinc typedefs for the
@@ -7,7 +12,7 @@
2005/08/18 tsch
* Cairo.pm: Fix incorrect package line that read GStreamer instead
- of Ciaro.
+ of Cairo.
2005/08/15 tsch
Index: MANIFEST
===================================================================
RCS file: /cvs/cairo/cairo-perl/MANIFEST,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- MANIFEST 10 Aug 2005 17:01:54 -0000 1.5
+++ MANIFEST 31 Aug 2005 22:32:09 -0000 1.6
@@ -11,6 +11,7 @@
MANIFEST.SKIP
MakeHelper.pm
Makefile.PL
+NEWS
README
TODO
cairo-perl.h
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.PL 31 Aug 2005 22:00:15 -0000 1.9
+++ Makefile.PL 31 Aug 2005 22:32:09 -0000 1.10
@@ -23,7 +23,7 @@
'ExtUtils::PkgConfig' => 1.0,
);
-my %cairo_cfg = ExtUtils::PkgConfig->find ('cairo >= 0.9.0');
+my %cairo_cfg = ExtUtils::PkgConfig->find ('cairo >= 1.0.0');
my %backend_macros = (
'cairo_ps_surface_t' => 'CAIRO_HAS_PS_SURFACE',
--- NEW FILE: NEWS ---
Overview of changes in Cairo 0.02
=================================
* Fix compilation error that occured when the PS and PDF backends of cairo were
disabled. [Reported by Christopher Oezbek]
Overview of changes in Cairo 0.01
=================================
* Initial release.
Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README 15 Aug 2005 18:59:17 -0000 1.3
+++ README 31 Aug 2005 22:32:09 -0000 1.4
@@ -1,6 +1,6 @@
# $Header$
-Cairo version 0.01
+Cairo version 0.02
==================
Perl bindings to the cairo graphics library (http://www.cairographics.org).
More information about the cairo-commit
mailing list