perl-Glib r1088 - trunk
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1088 - trunk
- Date: Fri, 13 Feb 2009 14:40:47 +0000 (UTC)
Author: tsch
Date: Fri Feb 13 14:40:47 2009
New Revision: 1088
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1088&view=rev
Log:
Unstable release 1.213.
Modified:
trunk/ChangeLog
trunk/Glib.pm
trunk/NEWS
trunk/README
Modified: trunk/Glib.pm
==============================================================================
--- trunk/Glib.pm (original)
+++ trunk/Glib.pm Fri Feb 13 14:40:47 2009
@@ -66,7 +66,7 @@
our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
$EXPORT_TAGS{all} = \ EXPORT_OK;
-our $VERSION = '1.212';
+our $VERSION = '1.213';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Feb 13 14:40:47 2009
@@ -1,3 +1,13 @@
+Overview of changes in Glib 1.213
+=================================
+
+* Make the various Glib::Flags methods more robust with respect to receiving
+ undefined input.
+* Correctly handle signals with no return type when invoking signal class
+ closures.
+* Deprecate Glib::MakeHelper->get_configure_requires_yaml in favor of
+ ExtUtils::MakeMaker's new META_MERGE and META_ADD features.
+
Overview of changes in Glib 1.212
=================================
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Fri Feb 13 14:40:47 2009
@@ -1,4 +1,4 @@
-Glib version 1.212
+Glib version 1.213
==================
This module provides perl access to Glib and GLib's GObject libraries.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]