[cairo-commit] cairo-perl Cairo.pm, 1.31, 1.32 ChangeLog, 1.79, 1.80 NEWS, 1.16, 1.17
Torsten Schoenfeld
commit at pdx.freedesktop.org
Tue Nov 20 11:17:12 PST 2007
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv18287
Modified Files:
Cairo.pm ChangeLog NEWS
Log Message:
* Cairo.pm
* NEWS: Unstable release 1.050.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Cairo.pm 20 Nov 2007 19:11:15 -0000 1.31
+++ Cairo.pm 20 Nov 2007 19:17:10 -0000 1.32
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.043';
+our $VERSION = '1.050';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- ChangeLog 20 Nov 2007 19:11:15 -0000 1.79
+++ ChangeLog 20 Nov 2007 19:17:10 -0000 1.80
@@ -1,5 +1,10 @@
2007-11-20 Torsten Schoenfeld <kaffeetisch at gmx.de>
+ * Cairo.pm
+ * NEWS: Unstable release 1.050.
+
+2007-11-20 Torsten Schoenfeld <kaffeetisch at gmx.de>
+
* Cairo.pm: Add entries for the various surfaces to the API
listing.
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- NEWS 13 Oct 2007 22:42:20 -0000 1.16
+++ NEWS 20 Nov 2007 19:17:10 -0000 1.17
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.050
+==================================
+
+* Provide Cairo::FtFontFace::create which can be used with Font::FreeType.
+* Add entries for the various kinds of surfaces to the API listing.
+* Fix some test suite and build issues.
+
Overview of changes in Cairo 1.043
==================================
More information about the cairo-commit
mailing list