[perl-gnome2-canvas: 5/5] Deprecation release 1.006; project is now in 'deprecated' status




commit a355b899d7a0f3da6bc3686bab68a9c12254d7be
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Jan 4 20:19:18 2021 -0800

    Deprecation release 1.006; project is now in 'deprecated' status
    
    - See the README file for more information about the project's
      deprecation

 Canvas.pm | 2 +-
 META.yml  | 2 +-
 NEWS      | 7 +++++++
 README    | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/Canvas.pm b/Canvas.pm
index 527e252..ff6dc20 100644
--- a/Canvas.pm
+++ b/Canvas.pm
@@ -14,7 +14,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '1.005';
+our $VERSION = '1.006';
 
 sub import {
        my $class = shift;
diff --git a/META.yml b/META.yml
index 971e925..b6ac8a3 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Gnome2-Canvas
 abstract:     (DEPRECATED) A structured graphics canvas
-version:      1.005
+version:      1.006
 version_from: Canvas.pm
 installdirs:  site
 requires:
diff --git a/NEWS b/NEWS
index aa0222a..c3b4da0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of Changes in 1.006
+============================
+
+* Added deprecation notice to POD in `Canvas.pm`
+* Deprecation release 1.006, this module is now no longer maintained.
+  See the README file for more deprecation information.
+
 Overview of Changes in 1.005
 ============================
 
diff --git a/README b/README
index 10e2338..9b69bc0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gnome2::Canvas version 1.005
+Gnome2::Canvas version 1.006
 ============================
 
 NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE


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