[perl-Glib-Object-Introspection] Release 0.045



commit b43e2f786fd67c5a2036ac1239326946350a44e5
Author: Brian Manning <bmanning src gnome org>
Date:   Mon May 21 20:01:12 2018 -0700

    Release 0.045

 NEWS                             |    7 +++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad79c31..51cce15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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 c22dca8..4fb947c 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.044';
+our $VERSION = '0.045';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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