[cairo-commit] cairo-perl Cairo.pm, 1.18, 1.19 ChangeLog, 1.33, 1.34 MANIFEST, 1.8, 1.9 NEWS, 1.5, 1.6 README, 1.8, 1.9

Torsten Schoenfeld commit at pdx.freedesktop.org
Tue Aug 15 07:06:50 PDT 2006


Committed by: tsch

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

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


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

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ChangeLog	13 Aug 2006 18:53:26 -0000	1.33
+++ ChangeLog	15 Aug 2006 14:06:47 -0000	1.34
@@ -1,3 +1,7 @@
+2006-08-15	tsch
+
+	* Cairo.pm, MANIFEST, NEWS, README: Beta release 0.92.
+
 2006-08-13	tsch
 
 	* CairoSurface.xs (read_func_marshaller): Use POPs, SvPV, and

Index: MANIFEST
===================================================================
RCS file: /cvs/cairo/cairo-perl/MANIFEST,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MANIFEST	15 Jun 2006 21:08:28 -0000	1.8
+++ MANIFEST	15 Aug 2006 14:06:47 -0000	1.9
@@ -17,6 +17,7 @@
 cairo-perl-private.h
 cairo-perl.h
 cairo-perl.typemap
+examples/png-streams.pl
 examples/png/README
 examples/png/bevels.pl
 examples/png/caps_joins.pl

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- NEWS	10 Aug 2006 18:27:31 -0000	1.5
+++ NEWS	15 Aug 2006 14:06:47 -0000	1.6
@@ -1,3 +1,11 @@
+Overview of changes in Cairo 0.92
+=================================
+
+* Fix compilation and tests with cairo 1.0.x when the PDF and/or PS backend are
+  enabled.  [Yaakov S]
+* Fix a problem in the PNG stream stuff that occured with perl 5.8.8.
+* Add an example that demonstrates the PNG stream stuff.
+
 Overview of changes in Cairo 0.91
 =================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README	10 Aug 2006 18:27:31 -0000	1.8
+++ README	15 Aug 2006 14:06:47 -0000	1.9
@@ -1,4 +1,4 @@
-Cairo version 0.91
+Cairo version 0.92
 ==================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list