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



commit 73e4027335b1a044276c224cb48c544a7f4a07ef
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 2 21:14:09 2011 +0200

    Release 1.224

 Glib.pm       |    4 ++--
 NEWS          |    5 +++--
 README        |    2 +-
 copyright.pod |    2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/Glib.pm b/Glib.pm
index a152f45..5e1242c 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.223';
+our $VERSION = '1.224';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -664,7 +664,7 @@ patches and tests here and there.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2009 by muppet and the gtk2-perl team
+Copyright 2003-2011 by muppet and the gtk2-perl team
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the Lesser General Public License (LGPL).  For
diff --git a/NEWS b/NEWS
index 6938eab..1e1de37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-Overview of changes in the next stable release of Glib
-======================================================
+Overview of changes in Glib 1.224
+=================================
 
 * Glib::ParamSpec->value_validate(): copy boxed objects if necessary.
+* Fix a test failure.
 
 Overview of changes in Glib 1.223
 =================================
diff --git a/README b/README
index a141e6d..63ce74d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.223
+Glib version 1.224
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/copyright.pod b/copyright.pod
index 03bdf44..9019702 100644
--- a/copyright.pod
+++ b/copyright.pod
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2009 by the gtk2-perl team.
+Copyright (C) 2003-2011 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]