[perl-glib-object-introspection] Release 0.046



commit 88b6eca519fe9d098b0fa78799c6943253b5c330
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Sep 25 22:04:39 2018 -0700

    Release 0.046

 NEWS                             | 12 ++++++++++--
 lib/Glib/Object/Introspection.pm |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51cce15..9e63716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
+Overview of changes in Glib::Object::Introspection 0.046
+========================================================
+
+* Makefile.PL: changed location of Git repo/web page
+* perli11ndoc: add support for links in the results display
+* Fix a test failure in t/arrays.t on older versions of gobject-introspection
+* Improve some debug output
+* Hush two compiler warnings by adding missing 'break' statements
+
 Overview of changes in Glib::Object::Introspection 0.045
+========================================================
 
 * Correctly marshal arrays with length arguments in signal callbacks
 * Add some docs about overriding virtual functions
 
-========================================================
-
 Overview of changes in Glib::Object::Introspection 0.044
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 4fb947c..3310b25 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.045';
+our $VERSION = '0.046';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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