[perl-Glib-Object-Introspection] Release 0.012



commit b1ba7a7e9d89ae5aefefa686b09ae5bf2cf9039d
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sun Aug 26 20:03:03 2012 +0200

    Release 0.012

 MANIFEST.SKIP                    |    1 +
 Makefile.PL                      |    2 +-
 NEWS                             |    4 +++-
 lib/Glib/Object/Introspection.pm |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 3f775b6..1f5938d 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -9,4 +9,5 @@ Makefile$
 Makefile\.old$
 MYMETA\..*$
 GObjectIntrospection.c$
+TAGS
 \.o$
diff --git a/Makefile.PL b/Makefile.PL
index 71a721b..b23ff17 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -24,7 +24,7 @@ use Config;
 use Cwd;
 
 my %RUNTIME_REQ_PM = (
-  'Glib' => 1.240,
+  'Glib' => 1.270,
 );
 
 my %CONFIG_REQ_PM = (
diff --git a/NEWS b/NEWS
index e7c1061..3d8747f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
-Overview of changes in Glib::Object::Introspection <next>
+Overview of changes in Glib::Object::Introspection 0.012
 ========================================================
 
 * Support more struct types when writing fields.
 * Handle disguised structures.
+* Avoid invalid memory access during callback destruction.
+* Use the correct allocator for caller-allocated boxed out-args.
 * Add semi-private API wrapping gperl_register_boxed_synonym.
 
 Overview of changes in Glib::Object::Introspection 0.011
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 4c8d619..a878751 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.011';
+our $VERSION = '0.012';
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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