[perl-Glib/stable-1-22] Release 1.223



commit 260dc308c602e327f468ccb7d4cf33bf582ba73a
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sun May 30 22:34:38 2010 +0200

    Release 1.223

 Glib.pm |    2 +-
 NEWS    |    5 +++++
 README  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/Glib.pm b/Glib.pm
index e595cd1..a152f45 100644
--- a/Glib.pm
+++ b/Glib.pm
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.222';
+our $VERSION = '1.223';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
diff --git a/NEWS b/NEWS
index c1bf68e..58cf763 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.223
+=================================
+
+* Fix a few test failures.
+
 Overview of changes in Glib 1.222
 =================================
 
diff --git a/README b/README
index ec5acb3..a141e6d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.222
+Glib version 1.223
 ==================
 
 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]