[perl-cairo] Stable release 1.109



commit d1ba515baf6c065e11cfb228c2e8928746b7b788
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Jan 19 22:00:00 2021 -0800

    Stable release 1.109

 NEWS         | 5 +++++
 lib/Cairo.pm | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index ec7dd9c..2f09f9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Cairo 1.109
+==================================
+
+* Remove PDF outline exports that do not exist
+
 Overview of changes in Cairo 1.108
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index d83c484..407064e 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.108';
+our $VERSION = '1.109';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 


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