[perl-Glib-Object-Introspection] Release 0.029



commit b191fcbed211422574b23c864d6b63075e6307d7
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Mar 25 17:01:39 2015 -0700

    Release 0.029

 NEWS                             |    3 ++-
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0bcbf3..6f31ee9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-Overview of changes in Glib::Object::Introspection <next>
+Overview of changes in Glib::Object::Introspection 0.029
 ========================================================
 
+* Hook up the generic Glib::Boxed constructor on load, not in setup()
 * Add support for marshalling GVariants.
 * Add support for marshalling GArrays, GPtrArrays and GByteArrays.
 * Support flat arrays when converting from C to Perl.
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index c03fffa..a37b39e 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.028';
+our $VERSION = '0.029';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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