[perl-Cairo] Stable release 1.081



commit a1540cb80f25e7a568ffacaa3b62674d041b4769
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Fri Oct 14 23:45:29 2011 +0200

    Stable release 1.081

 NEWS         |    7 +++++++
 lib/Cairo.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6a8656a..a9f85a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
+Overview of changes in Cairo 1.081
+==================================
+
+* Add a missing cairo_font_type_t value.
+* Fix a test failure.
+
 Overview of changes in Cairo 1.080
 ==================================
+
 Since 1.06x
 -----------
 * Wrap new 1.8 and 1.10 API.
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index e8471b5..5ff469d 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.080';
+our $VERSION = '1.081';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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