[perl-cairo] Stable release 1.108



commit e4798f022281bb6e7404efc7ebdba44a818058b7
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Nov 24 15:05:54 2020 -0800

    Stable release 1.108

 NEWS         | 11 +++++++++++
 lib/Cairo.pm |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 6bc39ab..ec7dd9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in Cairo 1.108
+==================================
+
+* Add missing status codes
+* Add Perl bindings for Cairo surface mime type setting/getting and get extents
+* Add bindings for PDF outline support
+* Add example file for PDF outline support bindings
+* Updated MANIFEST file with newly added files
+* Makefile.PL: updated Git URLs
+* Add defined constants for MIME types, pdf outlining, and tags
+
 Overview of changes in Cairo 1.107
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index eb88c53..d83c484 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.107';
+our $VERSION = '1.108';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 


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