[perl-Glib-Object-Introspection] Release 0.042



commit d1fe752a6ab6732cc8082044388ef2661dcf0312
Author: Brian Manning <bmanning src gnome org>
Date:   Fri Dec 23 14:37:31 2016 -0800

    Release 0.042

 NEWS                             |   10 ++++++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f057e32..8da6e01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Glib::Object::Introspection 0.042
+========================================================
+
+* perli11ndoc: put special classes and records into their own category
+* perli11ndoc: list functions of enums and bitfields
+* perli11ndoc: fix the synopsis formatting for class struct functions
+* perli11ndoc: correctly display array and callback parameters/return
+  values/fields
+* Fix "occuring" typo in POD (Bugzilla #775169)
+
 Overview of changes in Glib::Object::Introspection 0.041
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 656df82..7439408 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.041';
+our $VERSION = '0.042';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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