[cairo-commit] cairo-perl Cairo.pm, 1.39, 1.40 ChangeLog, 1.96, 1.97 NEWS, 1.20, 1.21
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sat Apr 19 09:33:00 PDT 2008
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv30257
Modified Files:
Cairo.pm ChangeLog NEWS
Log Message:
* Cairo.pm
* NEWS: Stable release 1.060.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Cairo.pm 19 Apr 2008 16:13:10 -0000 1.39
+++ Cairo.pm 19 Apr 2008 16:38:51 -0000 1.40
@@ -14,7 +14,7 @@
our @ISA = qw/DynaLoader/;
-our $VERSION = '1.053';
+our $VERSION = '1.060';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- ChangeLog 19 Apr 2008 16:13:10 -0000 1.96
+++ ChangeLog 19 Apr 2008 16:38:51 -0000 1.97
@@ -1,5 +1,10 @@
2008-04-19 Torsten Schoenfeld <kaffeetisch at gmx.de>
+ * Cairo.pm
+ * NEWS: Stable release 1.060.
+
+2008-04-19 Torsten Schoenfeld <kaffeetisch at gmx.de>
+
* Cairo.pm: Add documentation for new API.
2008-03-22 Torsten Schoenfeld <kaffeetisch at gmx.de>
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- NEWS 24 Feb 2008 14:06:19 -0000 1.20
+++ NEWS 19 Apr 2008 16:38:51 -0000 1.21
@@ -1,3 +1,23 @@
+Overview of changes in Cairo 1.060
+==================================
+
+Since 1.04x
+-----------
+* Wrap new API:
+ - cairo_has_current_point
+ - cairo_path_extents
+ - cairo_format_stride_for_width
+ - cairo_surface_copy_page and cairo_surface_show_page
+ - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and
+ cairo_ps_level_to_string
+ - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps
+* Provide Cairo::FtFontFace::create which can be used with Font::FreeType.
+* Complete the API listing POD.
+
+Since 1.053
+-----------
+* Document new API.
+
Overview of changes in Cairo 1.053
==================================
More information about the cairo-commit
mailing list