[perl-Glib-Object-Introspection] Release 0.019



commit 39e4ca7731790f3c9825c286011c9fa17642025f
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jan 18 20:56:45 2014 -0800

    Release 0.019

 NEWS                             |    6 ++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2c56fe4..000f3b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib::Object::Introspection 0.019
+========================================================
+
+* Fix spelling of two internal functions
+* Fix off-by-one error in internal string comparison
+
 Overview of changes in Glib::Object::Introspection 0.018
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 8519fa0..903c1f8 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -20,7 +20,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = '0.018';
+our $VERSION = '0.019';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;


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