[perl-Glib-Object-Introspection] Release 0.022



commit 0e1bc09045858d6c7da0dfda92e4004d4f9ef91d
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Mar 24 23:45:32 2014 -0700

    Release 0.022

 NEWS                             |    7 +++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8176aea..b10dfe3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib::Object::Introspection 0.022
+========================================================
+
+* Reset the 'release_status' flag to 'stable' so CPAN will index the release.
+  This reverts a change made in 61345ca2.  There are no functional changes
+  from release 0.021.
+
 Overview of changes in Glib::Object::Introspection 0.021
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 08df03a..d371ed8 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.021';
+our $VERSION = '0.022';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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