[cairo-commit] cairo-perl Cairo.pm, 1.16, 1.17 ChangeLog, 1.27, 1.28 NEWS, 1.3, 1.4 README, 1.6, 1.7

Torsten Schoenfeld commit at pdx.freedesktop.org
Sat Jul 15 09:05:19 PDT 2006


Committed by: tsch

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

Modified Files:
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Beta release 0.90.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Cairo.pm	15 Jul 2006 15:58:53 -0000	1.16
+++ Cairo.pm	15 Jul 2006 16:05:17 -0000	1.17
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '0.04';
+our $VERSION = '0.90';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog	15 Jul 2006 15:58:53 -0000	1.27
+++ ChangeLog	15 Jul 2006 16:05:17 -0000	1.28
@@ -1,5 +1,9 @@
 2006-07-15	tsch
 
+	* Cairo.pm, NEWS, README: Beta release 0.90.
+
+2006-07-15	tsch
+
 	* Cairo.pm: Update existing, add new documentation.
 
 	* TODO: Update.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS	15 Jun 2006 21:08:28 -0000	1.3
+++ NEWS	15 Jul 2006 16:05:17 -0000	1.4
@@ -1,3 +1,12 @@
+Overview of changes in Cairo 0.90
+=================================
+
+* Require cairo 1.2.0.
+* Add support for SVG surfaces.
+* Add Cairo::VERSION and Cairo::VERSION_ENCODE.
+* Wrap CAIRO_FORMAT_RGB16_565.
+* Remove Cairo::HAS_XLIB_SURFACE and HAS_FT_FONT.
+
 Overview of changes in Cairo 0.04
 =================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- README	15 Jun 2006 21:08:28 -0000	1.6
+++ README	15 Jul 2006 16:05:17 -0000	1.7
@@ -1,6 +1,4 @@
-# $Header$
-
-Cairo version 0.04
+Cairo version 0.90
 ==================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).



More information about the cairo-commit mailing list