[perl-gnome2-canvas] Stable release 1.003



commit 14b1b238a38b8560c9f28bd2ce94a9dd8b9ef9f8
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Sep 23 17:46:59 2020 -0700

    Stable release 1.003

 Canvas.pm | 2 +-
 META.yml  | 2 +-
 NEWS      | 9 +++++++++
 README    | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/Canvas.pm b/Canvas.pm
index 046cb87..d0dfbf3 100644
--- a/Canvas.pm
+++ b/Canvas.pm
@@ -14,7 +14,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '1.002';
+our $VERSION = '1.003';
 
 sub import {
        my $class = shift;
diff --git a/META.yml b/META.yml
index 2e2e538..2282078 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Gnome2-Canvas
-version:      1.002
+version:      1.003
 version_from: Canvas.pm
 installdirs:  site
 requires:
diff --git a/NEWS b/NEWS
index 82ee9dc..7c265cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of Changes in 1.003
+============================
+
+* META.yml: tweak file to fix problems with using 'cpanm' to install module;
+  Moved 'Gtk2' from 'requires:' to 'configure_requires:'; Set the 'version:'
+  string to the current module version, instead of 'unknown'; both of these
+  changes fix RT#127878
+* Updated FSF address in all files that have it; this closes RT#111436
+
 Overview of Changes in 1.002
 ============================
 
diff --git a/README b/README
index 4e7ab6f..787cc13 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-Gnome2::Canvas version 1.002
+Gnome2::Canvas version 1.003
 ============================
 
 The Gnome2::Canvas module allows a perl developer to use the GnomeCanvas


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