perl-Glib r1108 - trunk



Author: tsch
Date: Sun Mar  8 19:37:53 2009
New Revision: 1108
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1108&view=rev

Log:
Unstable release 1.214.


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

Modified: trunk/Glib.pm
==============================================================================
--- trunk/Glib.pm	(original)
+++ trunk/Glib.pm	Sun Mar  8 19:37:53 2009
@@ -66,7 +66,7 @@
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.213';
+our $VERSION = '1.214';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Mar  8 19:37:53 2009
@@ -1,3 +1,10 @@
+Overview of changes in Glib 1.214
+=================================
+
+* Fix a leak in the handling of callback arguments.
+* Fix many errors and glitches in the POD generated by Glib::GenPod.
+* Fix some test suite issues and documentation glitches.
+
 Overview of changes in Glib 1.213
 =================================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Mar  8 19:37:53 2009
@@ -1,4 +1,4 @@
-Glib version 1.213
+Glib version 1.214
 ==================
 
 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]