perl-Glib r1091 - branches/stable-1-20
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1091 - branches/stable-1-20
- Date: Fri, 13 Feb 2009 14:53:55 +0000 (UTC)
Author: tsch
Date: Fri Feb 13 14:53:55 2009
New Revision: 1091
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1091&view=rev
Log:
Stable release 1.201.
Modified:
branches/stable-1-20/ChangeLog
branches/stable-1-20/Glib.pm
branches/stable-1-20/NEWS
branches/stable-1-20/README
Modified: branches/stable-1-20/Glib.pm
==============================================================================
--- branches/stable-1-20/Glib.pm (original)
+++ branches/stable-1-20/Glib.pm Fri Feb 13 14:53:55 2009
@@ -63,7 +63,7 @@
our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
$EXPORT_TAGS{all} = \ EXPORT_OK;
-our $VERSION = '1.200';
+our $VERSION = '1.201';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Modified: branches/stable-1-20/NEWS
==============================================================================
--- branches/stable-1-20/NEWS (original)
+++ branches/stable-1-20/NEWS Fri Feb 13 14:53:55 2009
@@ -1,3 +1,14 @@
+Overview of changes in Glib 1.201
+=================================
+
+* Make the internal package registration functions more robust.
+* Make sure that messages with % chars in them make it through Glib->log and
+ friends safely.
+* Correctly handle signals with no return type when invoking signal class
+ closures.
+* Always use Data::Dumper instead of Storable on MSWin32 for serialization work
+ during documentation generation.
+
Overview of changes in Glib 1.200
=================================
Modified: branches/stable-1-20/README
==============================================================================
--- branches/stable-1-20/README (original)
+++ branches/stable-1-20/README Fri Feb 13 14:53:55 2009
@@ -1,4 +1,4 @@
-Glib version 1.200
+Glib version 1.201
==================
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]