[cairo-commit] cairo-perl Cairo.pm, 1.22.2.1, 1.22.2.2 ChangeLog, 1.43.2.5, 1.43.2.6 NEWS, 1.9.2.1, 1.9.2.2 README, 1.11.2.1, 1.11.2.2

Torsten Schoenfeld commit at pdx.freedesktop.org
Sat Dec 30 11:19:07 PST 2006


Committed by: tsch

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

Modified Files:
      Tag: stable-1-0
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Stable release 1.022.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- Cairo.pm	11 Nov 2006 20:07:55 -0000	1.22.2.1
+++ Cairo.pm	30 Dec 2006 19:19:03 -0000	1.22.2.2
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.021';
+our $VERSION = '1.022';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.43.2.5
retrieving revision 1.43.2.6
diff -u -d -r1.43.2.5 -r1.43.2.6
--- ChangeLog	30 Dec 2006 19:17:05 -0000	1.43.2.5
+++ ChangeLog	30 Dec 2006 19:19:03 -0000	1.43.2.6
@@ -1,5 +1,9 @@
 2006-12-30	tsch
 
+	* Cairo.pm, NEWS, README: Stable release 1.022.
+
+2006-12-30	tsch
+
 	Merge from HEAD:
 
 	* MakeHelper.pm: Fix the valid-value lists in enum error messages.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- NEWS	11 Nov 2006 20:07:55 -0000	1.9.2.1
+++ NEWS	30 Dec 2006 19:19:03 -0000	1.9.2.2
@@ -1,3 +1,9 @@
+Overview of changes in Cairo 1.022
+==================================
+
+* Make Cairo::ImageSurface::get_data usable.
+* Fix the valid-value lists in enum error messages.
+
 Overview of changes in Cairo 1.021
 ==================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- README	11 Nov 2006 20:07:55 -0000	1.11.2.1
+++ README	30 Dec 2006 19:19:03 -0000	1.11.2.2
@@ -1,4 +1,4 @@
-Cairo version 1.021
+Cairo version 1.022
 ===================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list