[cairo-commit] cairo-perl Cairo.pm, 1.34, 1.35 ChangeLog, 1.87, 1.88 NEWS, 1.17, 1.18

Torsten Schoenfeld commit at pdx.freedesktop.org
Mon Jan 7 09:57:46 PST 2008


Committed by: tsch

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

Modified Files:
	Cairo.pm ChangeLog NEWS 
Log Message:
	* Cairo.pm
	* NEWS: Unstable release 1.051.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Cairo.pm	7 Jan 2008 17:55:21 -0000	1.34
+++ Cairo.pm	7 Jan 2008 17:57:44 -0000	1.35
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.050';
+our $VERSION = '1.051';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- ChangeLog	7 Jan 2008 17:54:08 -0000	1.87
+++ ChangeLog	7 Jan 2008 17:57:44 -0000	1.88
@@ -1,6 +1,11 @@
 2008-01-07  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
 	* Cairo.pm
+	* NEWS: Unstable release 1.051.
+
+2008-01-07  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Cairo.pm
 	* CairoSurface.xs
 	* t/CairoSurface.t: Wrap cairo_surface_copy_page and
 	cairo_surface_show_page.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- NEWS	20 Nov 2007 19:17:10 -0000	1.17
+++ NEWS	7 Jan 2008 17:57:44 -0000	1.18
@@ -1,3 +1,13 @@
+Overview of changes in Cairo 1.051
+==================================
+
+* Fix memory allocation errors on win32.  [T.J. Ferraro]
+* Wrap new API:
+  - 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
+
 Overview of changes in Cairo 1.050
 ==================================
 
@@ -5,6 +15,12 @@
 * 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.044
+==================================
+
+* 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