[libglib-object-introspection-perl] 06/13: Release 0.027

Intrigeri intrigeri at moszumanska.debian.org
Fri Mar 13 19:45:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libglib-object-introspection-perl.

commit 08132018ee9b911bbc05a90732e33a40171d1851
Author: Brian Manning <bmanning at 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 deletion(-)

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__)}++;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-object-introspection-perl.git



More information about the Pkg-perl-cvs-commits mailing list