[cairo-commit] cairo-perl Cairo.pm, 1.9, 1.10 ChangeLog, 1.16,
1.17 NEWS, 1.1, 1.2 README, 1.4, 1.5
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Jan 29 11:30:19 PST 2006
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory gabe:/tmp/cvs-serv3577
Modified Files:
Cairo.pm ChangeLog NEWS README
Log Message:
* Cairo.pm, NEWS, README: Release 0.03.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Cairo.pm 29 Jan 2006 19:27:21 -0000 1.9
+++ Cairo.pm 29 Jan 2006 19:30:17 -0000 1.10
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ChangeLog 29 Jan 2006 19:27:21 -0000 1.16
+++ ChangeLog 29 Jan 2006 19:30:17 -0000 1.17
@@ -1,5 +1,9 @@
2006/01/29 tsch
+ * Cairo.pm, NEWS, README: Release 0.03.
+
+2006/01/29 tsch
+
* Cairo.pm, CairoPattern.xs, Makefile.PL, cairo-perl.h,
t/CairoPattern.t: Add Cairo::SolidPattern::create_rgb and
create_rgba.
@@ -15,8 +19,9 @@
* Cairo.xs, MakeHelper.pm, Makefile.PL, cairo-perl.h: Revamp the
type conversion API. Instead of implementing everything in the
- typemap, we now have macros like newSVCairoPattern SvCairoPattern.
- These get exported, so other modules can make use of them.
+ typemap, we now have macros like newSVCairoPattern and
+ SvCairoPattern. These get exported, so other modules can make use
+ of them.
* cairo-perl.h: Remove the DBG macro.
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- NEWS 31 Aug 2005 22:32:09 -0000 1.1
+++ NEWS 29 Jan 2006 19:30:17 -0000 1.2
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 0.03
+=================================
+
+* Export a sane type conversion API for other modules to use.
+* Add lots of documentation in the form of API listings.
+* Add Cairo::SolidPattern::create_rgb and create_rgba.
+
Overview of changes in Cairo 0.02
=================================
Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README 31 Aug 2005 22:32:09 -0000 1.4
+++ README 29 Jan 2006 19:30:17 -0000 1.5
@@ -1,6 +1,6 @@
# $Header$
-Cairo version 0.02
+Cairo version 0.03
==================
Perl bindings to the cairo graphics library (http://www.cairographics.org).
More information about the cairo-commit
mailing list