[perl-Cairo] Unstable release 1.071



commit 081061c1c1c567b6e336e1ccf5359209ba8844f5
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 16 19:53:12 2011 +0200

    Unstable release 1.071

 .gitignore    |    1 +
 MANIFEST      |    2 ++
 MANIFEST.SKIP |    1 +
 NEWS          |   16 ++++++++++++++++
 README        |    2 +-
 lib/Cairo.pm  |    4 ++--
 6 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac375d8..480ae54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ Cairo.bs
 Cairo*.c
 Cairo*.o
 Makefile
+MYMETA.*
 blib
 build
 cairo-perl-enums.*
diff --git a/MANIFEST b/MANIFEST
index fed11f7..b40baf8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -23,11 +23,13 @@ examples/png/snapping.pl
 examples/png/spiral.pl
 examples/png/spline-pipeline.pl
 examples/png/splines_tolerance.pl
+examples/png/star_and_ring.pl
 examples/png/stars.pl
 examples/png/text-rotate.pl
 examples/png/text.pl
 examples/simple.pl
 examples/subclassing.pl
+examples/twisted-text.pl
 inc/MakeHelper.pm
 lib/Cairo.pm
 LICENSE
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index caf0e32..bbad65c 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -8,6 +8,7 @@ build
 MAINTAINERS$
 Makefile$
 Makefile\.old
+MYMETA\..*$
 .*\.o
 pm_to_blib
 .*\.png
diff --git a/NEWS b/NEWS
index 4abfa64..6fc69ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in Cairo 1.071
+==================================
+
+* Add new API:
+  - recording surface
+  - region functions
+  - toy font face
+  - PDF version functions
+  - Cairo::in_clip
+  - Cairo::Surface::create_for_rectangle
+* Make it possible to modify and create paths
+* Make Cairo::Surface::create_similar callable as a class-static method, for
+  consistency with Cairo::Surface::create_for_rectangle.
+* Fix a few test failures.
+* Add more examples.
+
 Overview of changes in Cairo 1.070
 ==================================
 
diff --git a/README b/README
index d0b9aec..7b46d36 100644
--- a/README
+++ b/README
@@ -56,7 +56,7 @@ Please report bugs to the gnome-perl product in GNOME's Bugzilla:
 COPYRIGHT AND LICENSE
 ---------------------
 
-Copyright (C) 2004-2009 by the cairo perl team
+Copyright (C) 2004-2011 by the cairo perl team
 
 Ross McFarland           rwmcfa1 at neces dot com
 Torsten Schoenfeld       kaffeetisch at gmx dot de
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index f6251f4..333d926 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.070';
+our $VERSION = '1.071';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -1775,6 +1775,6 @@ Contains the reference manual
 
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2009 by the cairo perl team
+Copyright (C) 2004-2011 by the cairo perl team
 
 =cut



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]