[perl-Glib-Object-Introspection] Release 0.032



commit 3e105aef44a620e7a0d8f3011dda345d8fb3595d
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Sep 28 22:10:02 2015 -0700

    Release 0.032

 NEWS                             |   10 +++++++++-
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0eb880d..f75d01b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
-Overview of changes in Glib::Object::Introspection <next>
+Overview of changes in Glib::Object::Introspection 0.032
 ========================================================
 
 * Makefile.PL/setup.pl: change library extensions on OS X
+* Docs: include an edited version of Gtk2::api
+* perli11ndoc: hush a warning when run in text mode without args
+* perli11ndoc: display a synopsis for callables
+* perli11ndoc: make Control+k focus the search entry
+* perli11ndoc: make Right/Left expand/collapse rows in the tree view
+* perli11ndoc: make the result text view readonly
+* Croak in setup for unhandled modificaion combinations
+* perli11ndoc: when filtering, show children of matching elements
 
 Overview of changes in Glib::Object::Introspection 0.031
 ========================================================
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 94f4826..30ba584 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.031';
+our $VERSION = '0.032';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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