[cairo-commit] cairo-perl Cairo.pm, 1.35, 1.36 ChangeLog, 1.91, 1.92 NEWS, 1.18, 1.19
Torsten Schoenfeld
commit at pdx.freedesktop.org
Tue Feb 12 12:18:10 PST 2008
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv27193
Modified Files:
Cairo.pm ChangeLog NEWS
Log Message:
* Cairo.pm
* NEWS: Unstable release 1.052.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Cairo.pm 7 Jan 2008 17:57:44 -0000 1.35
+++ Cairo.pm 12 Feb 2008 20:18:08 -0000 1.36
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2004-2007 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2008 by the cairo perl team (see the file README)
#
# Licensed under the LGPL, see LICENSE file for more information.
#
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.051';
+our $VERSION = '1.052';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
@@ -1480,6 +1480,6 @@
=head1 COPYRIGHT
-Copyright (C) 2004-2007 by the cairo perl team
+Copyright (C) 2004-2008 by the cairo perl team
=cut
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- ChangeLog 10 Feb 2008 18:37:19 -0000 1.91
+++ ChangeLog 12 Feb 2008 20:18:08 -0000 1.92
@@ -1,3 +1,8 @@
+2008-02-12 Torsten Schoenfeld <kaffeetisch at gmx.de>
+
+ * Cairo.pm
+ * NEWS: Unstable release 1.052.
+
2008-02-10 Torsten Schoenfeld <kaffeetisch at gmx.de>
* Cairo.xs
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- NEWS 7 Jan 2008 17:57:44 -0000 1.18
+++ NEWS 12 Feb 2008 20:18:09 -0000 1.19
@@ -1,3 +1,13 @@
+Overview of changes in Cairo 1.052
+==================================
+
+* Adapt to API changes: cairo_surface_copy_page and cairo_surface_show_page
+ don't return cairo_status_t anymore.
+* Wrap new API:
+ - cairo_path_extents
+ - cairo_format_stride_for_width
+* Fix the tied interface for paths on perl 5.6.
+
Overview of changes in Cairo 1.051
==================================
@@ -15,6 +25,11 @@
* 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.045
+==================================
+
+* Fix memory allocation errors on win32. [T.J. Ferraro]
+
Overview of changes in Cairo 1.044
==================================
More information about the cairo-commit
mailing list