[perl-Cairo] Stable release 1.082



commit b48514fc3279ba19b26540437b06c644850dd35d
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Dec 25 19:46:57 2011 -0800

    Stable release 1.082

 NEWS         |    6 ++++++
 lib/Cairo.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a9f85a7..b9c2702 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Cairo 1.082
+==================================
+
+* Update the symbol export list for linking on win32
+  (https://bugzilla.gnome.org/show_bug.cgi?id=665265) 
+
 Overview of changes in Cairo 1.081
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 5ff469d..33c1f2b 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.081';
+our $VERSION = '1.082';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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