[perl-Cairo-GObject] Release 1.001
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Cairo-GObject] Release 1.001
- Date: Thu, 13 Oct 2011 21:24:40 +0000 (UTC)
commit 72cad5a4a3502956f45405d74ece419825304c1e
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Thu Oct 13 23:24:18 2011 +0200
Release 1.001
Makefile.PL | 2 +-
NEWS | 5 +++++
README | 2 +-
lib/Cairo/GObject.pm | 5 +++--
4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index ea3a918..92a5952 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,7 @@ use ExtUtils::MakeMaker;
our %build_reqs = (
'perl-ExtUtils-Depends' => '0.2',
'perl-ExtUtils-PkgConfig' => '1.0',
- 'perl-Cairo' => '1.071',
+ 'perl-Cairo' => '1.080',
'perl-Glib' => '1.224',
'cairo-gobject' => '1.10.0',
);
diff --git a/NEWS b/NEWS
index b74d0cb..3e8b6f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Cairo::GObject 1.001
+===========================================
+
+* Require Cairo 1.080 for the cairo_region_t converters.
+
Overview of changes in Cairo::GObject 1.000
===========================================
diff --git a/README b/README
index c8715fd..b010e94 100644
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ DEPENDENCIES
This module requires these other modules and libraries:
cairo-gobject (C library) >= 1.10.0
- Cairo (Perl module) >= 1.062
+ Cairo (Perl module) >= 1.080
Glib (Perl module) >= 1.224
In order to build it from source, you'll also need
diff --git a/lib/Cairo/GObject.pm b/lib/Cairo/GObject.pm
index aa5e3a6..4ebadfc 100644
--- a/lib/Cairo/GObject.pm
+++ b/lib/Cairo/GObject.pm
@@ -15,8 +15,9 @@ use Cairo;
use Glib;
use XSLoader;
-our $VERSION = '1.000';
-XSLoader::load 'Cairo::GObject', $VERSION;
+
+our $VERSION = '1.001';
+XSLoader::load ('Cairo::GObject', $VERSION);
1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]