[perl-Glib-Object-Introspection] Release 0.028



commit 21e3f13b511c7e3a6fe871a2d2fc66cbf2327516
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Feb 25 23:01:26 2015 -0800

    Release 0.028

 NEWS                             |    6 ++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 872db6b..5c760e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib::Object::Introspection 0.028
+========================================================
+
+* Harmonize the format of type names in error messages
+* Add a FIXME about a corner case of GInitiallyUnowned handling
+
 Overview of changes in Glib::Object::Introspection 0.027
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index ed60857..f1af35f 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.027';
+our $VERSION = '0.028';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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