perl-Glib r1070 - trunk



Author: tsch
Date: Thu Feb  5 12:28:08 2009
New Revision: 1070
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1070&view=rev

Log:
Unstable release 1.212.


Modified:
   trunk/ChangeLog
   trunk/Glib.pm
   trunk/NEWS
   trunk/README

Modified: trunk/Glib.pm
==============================================================================
--- trunk/Glib.pm	(original)
+++ trunk/Glib.pm	Thu Feb  5 12:28:08 2009
@@ -66,7 +66,7 @@
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.211';
+our $VERSION = '1.212';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Feb  5 12:28:08 2009
@@ -1,3 +1,15 @@
+Overview of changes in Glib 1.212
+=================================
+
+* Allow calling Glib::Flags->as_arrayref directly, as an alternative to the @{}
+  syntax.
+* Add Glib::ParamSpec->value_validate and Glib::ParamSpec->value_cmp.
+* Add documentation for Glib->filename_to_uri and filename_from_uri.
+* Always use Data::Dumper instead of Storable on MSWin32 for serialization work
+  during documentation generation.
+* Make sure that messages with % chars in them make it through Glib->log and
+  friends safely.
+
 Overview of changes in Glib 1.211
 =================================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Thu Feb  5 12:28:08 2009
@@ -1,4 +1,4 @@
-Glib version 1.211
+Glib version 1.212
 ==================
 
 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]