[perl-gnome2-canvas] Stable release 1.004



commit 8790675f76238eb881da6036b9e4ca3777a4bd6b
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Sep 30 20:56:48 2020 -0700

    Stable release 1.004

 Canvas.pm | 2 +-
 META.yml  | 2 +-
 NEWS      | 7 +++++++
 README    | 3 +--
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/Canvas.pm b/Canvas.pm
index d0dfbf3..1034936 100644
--- a/Canvas.pm
+++ b/Canvas.pm
@@ -14,7 +14,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '1.003';
+our $VERSION = '1.004';
 
 sub import {
        my $class = shift;
diff --git a/META.yml b/META.yml
index af9a74c..7faa8a0 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.003
+version:      1.004
 version_from: Canvas.pm
 installdirs:  site
 requires:
diff --git a/NEWS b/NEWS
index 7c265cc..6aab971 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of Changes in 1.004
+============================
+
+* Makefile.PL: added 'NO_META => 1'; Calling 'make dist' is clobbering the
+  META.yml file that's already included in the distribution, which is wrong
+  and breaks things
+
 Overview of Changes in 1.003
 ============================
 
diff --git a/README b/README
index 787cc13..0f73585 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
-
-Gnome2::Canvas version 1.003
+Gnome2::Canvas version 1.004
 ============================
 
 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]