[perl-cairo] Stable release 1.107



commit 6f363d799096abd53b5ce42d908c5ba4bc200ee5
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Oct 6 21:38:42 2019 -0700

    Stable release 1.107

 NEWS         | 7 +++++++
 lib/Cairo.pm | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 51e5f2d..6bc39ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.107
+==================================
+
+* Rename DOAP file to appease Gitlab
+* Add bindings for cairo_tag_begin and cairo_tag_end
+* Add a binding for cairo_pdf_surface_set_metadata
+
 Overview of changes in Cairo 1.106
 ==================================
 
diff --git a/lib/Cairo.pm b/lib/Cairo.pm
index 0a8548b..c98a247 100644
--- a/lib/Cairo.pm
+++ b/lib/Cairo.pm
@@ -14,7 +14,7 @@ use DynaLoader;
 
 our @ISA = qw/DynaLoader/;
 
-our $VERSION = '1.106';
+our $VERSION = '1.107';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 


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