perl-Glib r1117 - trunk



Author: tsch
Date: Sun Mar 29 14:35:14 2009
New Revision: 1117
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1117&view=rev

Log:
Stable release 1.221.


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

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Mar 29 14:35:14 2009
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.221
+=================================
+
+* Fix a few build and test suite issues.
+
 Overview of changes in Glib 1.220
 =================================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sun Mar 29 14:35:14 2009
@@ -1,4 +1,4 @@
-Glib version 1.220
+Glib version 1.221
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.

Modified: trunk/copyright.pod
==============================================================================
--- trunk/copyright.pod	(original)
+++ trunk/copyright.pod	Sun Mar 29 14:35:14 2009
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2008 by the gtk2-perl team.
+Copyright (C) 2003-2009 by the gtk2-perl team.
 
 This software is licensed under the LGPL.  See L<Glib> for a full notice.



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