[perl-Glib-Object-Introspection] Stable release 0.040



commit e8af0b9fb4ace5fbdd9a013649e7b38dddf302ac
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Dec 21 11:18:44 2015 -0800

    Stable release 0.040

 Makefile.PL                      |    3 ++-
 NEWS                             |    6 ++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 983db5d..05561e3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -55,7 +55,8 @@ my %meta_merge = (
         },
         author              =>
             ['Glib::Object::Introspection Team <gtk-perl-list at gnome dot org>'],
-        release_status      => 'unstable', # Until we can depend on Glib 1.320.
+        #release_status      => 'unstable',
+        release_status      => 'stable',
         # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
         license             => 'lgpl_2_1',
         resources => {
diff --git a/NEWS b/NEWS
index dd522c3..c50ea65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib::Object::Introspection 0.040
+========================================================
+
+* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320
+* Makefile.PL: Module marked as "stable"; no code changes since 0.033
+
 Overview of changes in Glib::Object::Introspection 0.033
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 0b71030..d0415a4 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -19,7 +19,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = '0.033';
+our $VERSION = '0.040';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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