[perl-Glib] Release 1.241



commit 652ceeaa8b56721ea70b9ed7162bfdafc5f5555a
Author: Brian Manning <bmanning src gnome org>
Date:   Fri Nov 18 13:59:32 2011 -0800

    Release 1.241

 NEWS        |    9 +++++++++
 README      |    2 +-
 lib/Glib.pm |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b7de37b..043eb52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in Glib 1.241
+=================================
+
+* Register the boxed type Glib::GString, based almost completely on a patch by
+  Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
+* Fix linking against perl < 5.9.4 on some platforms; Do not use
+  SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
+  after the 5.8.0 we require.
+
 Overview of changes in Glib 1.240
 =================================
 
diff --git a/README b/README
index 676b7ff..fb68553 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.240
+Glib version 1.241
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index ae364e5..93afc7e 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.240';
+our $VERSION = '1.241';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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