[perl-Cairo] Stable release 1.106



commit adb357082c0fec1ccc0e410b459c43c3b8f849ac
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Sep 28 22:05:56 2015 -0700

    Stable release 1.106

 NEWS         |    8 ++++++++
 lib/Cairo.pm |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b66aef5..51e5f2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Cairo 1.106
+==================================
+
+* Generate cairo-perl-auto.typemap and cairo-perl-auto.h in a deterministic
+  fashion
+* Use the pthread compatibility workaround on NetBSD as well
+* Fix a test failure in t/CairoFont.t
+
 Overview of changes in Cairo 1.105
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 6365068..42abc92 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.105';
+our $VERSION = '1.106';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 


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