[perl-Glib-Object-Introspection] Release 0.004



commit 0f8b6cbd6d37d21a8e6f86b5882e7b6b5e27ee27
Author: Brian Manning <bmanning src gnome org>
Date:   Fri Nov 18 14:12:12 2011 -0800

    Release 0.004

 NEWS                             |   10 ++++++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c6ff9f5..c36f4fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Glib::Object::Introspection 0.004
+========================================================
+
+* Fix building test libraries on Ubuntu 11.10.  They (Ubuntu devs) added
+  --as-needed to the default linker flags, and that breaks building the test
+  libraries for reasons I don't understand at the moment.  So simply add
+  --no-as-needed for now.
+* Properly check for definedness throughout; Use gperl_sv_is_defined instead
+  of a direct comparison against &PL_sv_undef.
+
 Overview of changes in Glib::Object::Introspection 0.003
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index be9dc5d..92df5a0 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.003;
+our $VERSION = 0.004;
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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