[perl-Glib-Object-Introspection] Release 0.027



commit 08132018ee9b911bbc05a90732e33a40171d1851
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Jan 27 15:45:59 2015 -0800

    Release 0.027

 NEWS                             |    7 +++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7e61fe4..872db6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib::Object::Introspection 0.027
+========================================================
+
+* Fix compilation problems when NOISY is defined
+* Move the handling of void record fields into the field accessors
+* Rename a few variables for clarity
+
 Overview of changes in Glib::Object::Introspection 0.026
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index b52904f..ed60857 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.026';
+our $VERSION = '0.027';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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