[cairo-commit] cairo-perl Cairo.pm, 1.19, 1.20 ChangeLog, 1.37, 1.38 NEWS, 1.6, 1.7 README, 1.9, 1.10

Torsten Schoenfeld commit at pdx.freedesktop.org
Mon Sep 4 08:38:07 PDT 2006


Committed by: tsch

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

Modified Files:
	Cairo.pm ChangeLog NEWS README 
Log Message:
	* Cairo.pm, NEWS, README: Stable release 1.00.


Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Cairo.pm	15 Aug 2006 14:06:47 -0000	1.19
+++ Cairo.pm	4 Sep 2006 15:38:05 -0000	1.20
@@ -14,7 +14,7 @@
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '0.92';
+our $VERSION = '1.00';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -59,6 +59,9 @@
 
 =head1 API DOCUMENTATION
 
+Note that this listing still lacks entries for I<Cairo::Surface>s and some
+utility methods.
+
 =head2 Drawing
 
 =head3 Cairo::Context -- The cairo drawing context

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- ChangeLog	27 Aug 2006 12:42:32 -0000	1.37
+++ ChangeLog	4 Sep 2006 15:38:05 -0000	1.38
@@ -1,3 +1,7 @@
+2006-09-04	tsch
+
+	* Cairo.pm, NEWS, README: Stable release 1.00.
+
 2006-08-27	tsch
 
 	* Makefile.PL: Make EU::MM export our symbols on Win32.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo-perl/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- NEWS	15 Aug 2006 14:06:47 -0000	1.6
+++ NEWS	4 Sep 2006 15:38:05 -0000	1.7
@@ -1,3 +1,9 @@
+Overview of changes in Cairo 1.00
+=================================
+
+* Improve compilation compatibility with cairo 1.0.x.
+* Export public symbols on win32.
+
 Overview of changes in Cairo 0.92
 =================================
 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-perl/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- README	15 Aug 2006 14:06:47 -0000	1.9
+++ README	4 Sep 2006 15:38:05 -0000	1.10
@@ -1,9 +1,10 @@
-Cairo version 0.92
+Cairo version 1.00
 ==================
 
 Perl bindings to the cairo graphics library (http://www.cairographics.org).
 
 INSTALLATION
+------------
 
 To install this module type the following:
 
@@ -34,6 +35,7 @@
     use lib '/some/other/place/lib/perl5/site_perl';
 
 DEPENDENCIES
+------------
 
 This module requires these other modules and libraries:
 
@@ -44,7 +46,14 @@
   ExtUtils::PkgConfig (perl module)
   ExtUtils::Depends (perl module)
 
+BUG REPORTS
+-----------
+
+Please report bugs to the gnome-perl product in GNOME's Bugzilla:
+<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-perl>
+
 COPYRIGHT AND LICENSE
+---------------------
 
 Copyright (C) 2004-2006 by the cairo perl team
 



More information about the cairo-commit mailing list