[perl-gtk2-glext] Deprecation release 0.92; project is now in 'deprecated' status



commit c1e19cfe3a26fd6402ccc7ede9a0e006e8a28077
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Jan 11 23:06:05 2021 -0800

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

 GLExt.pm | 2 +-
 NEWS     | 8 ++++++++
 README   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/GLExt.pm b/GLExt.pm
index a0de4ce..dcbcd20 100644
--- a/GLExt.pm
+++ b/GLExt.pm
@@ -14,7 +14,7 @@ require DynaLoader;
 
 our @ISA = qw(DynaLoader);
 
-our $VERSION = '0.91';
+our $VERSION = '0.92';
 
 sub dl_load_flags { 0x01 }
 
diff --git a/NEWS b/NEWS
index 4b7194a..cbb8edf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Deprecation Release 0.92
+=================
+
+* Moved POD docs out of XS files and in to GLExt.pm so they can be found by
+  CPAN indexing tools
+* Deprecation release; project is now in 'deprecated' status.  See the README
+  file for more information about the project's deprecation
+
 Beta Release 0.91
 =================
 
diff --git a/README b/README
index 0cefe1c..bc065c3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2::GLExt version 0.91
+Gtk2::GLExt version 0.92
 ========================
 
 NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE


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