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



commit 7083f00964f310908dc54b70a7b4a39df81d7e68
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Jul 4 19:41:17 2009 +0200

    Release 1.222

 Glib.pm |    2 +-
 NEWS    |    6 ++++++
 README  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/Glib.pm b/Glib.pm
index 6576e53..e595cd1 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.221';
+our $VERSION = '1.222';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
diff --git a/NEWS b/NEWS
index 7c47768..c1bf68e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.222
+=================================
+
+* Properly handle slashes in copyright footers passed to Glib::MakeHelper.
+* Fix a test failure on s390.
+
 Overview of changes in Glib 1.221
 =================================
 
diff --git a/README b/README
index de9fe9f..ec5acb3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.221
+Glib version 1.222
 ==================
 
 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]