[perl-Cairo] Stable release 1.080



commit d55a0ffef8ea8079ad2f9e9b26fc826bb0937daa
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Thu Oct 13 23:15:13 2011 +0200

    Stable release 1.080

 NEWS         |   18 ++++++++++++++++--
 lib/Cairo.pm |    4 ++--
 2 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index a73b7e6..6a8656a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in Cairo 1.080
+==================================
+Since 1.06x
+-----------
+* Wrap new 1.8 and 1.10 API.
+* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
+  available to all pattern types, not just surface patterns.
+* Make it possible to modify and create paths.
+
+Since 1.071
+-----------
+* Add support for missing operator types.
+* Fix compilation agains perl 5.15.x.
+
 Overview of changes in Cairo 1.071
 ==================================
 
@@ -8,7 +22,7 @@ Overview of changes in Cairo 1.071
   - PDF version functions
   - Cairo::in_clip
   - Cairo::Surface::create_for_rectangle
-* Make it possible to modify and create paths
+* 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.
@@ -26,7 +40,7 @@ Overview of changes in Cairo 1.070
 * Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
   available to all pattern types, not just surface patterns.
 * Fix a memory manage bug in Cairo::FtFontFace.
-* Fix a bug in the enum conversion code that made it more lenient that
+* Fix a bug in the enum conversion code that made it more lenient than
   intended.
 * Add a few examples.
 * Fix a few test failures.
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 333d926..eb75be1 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2004-2008 by the cairo perl team (see the file README)
+# Copyright (c) 2004-2011 by the cairo perl team (see the file README)
 #
 # Licensed under the LGPL, see LICENSE file for more information.
 #
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.071';
+our $VERSION = '1.080';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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