[perl-Glib] Stable release 1.301



commit a02d5d758c75d6d26b7eac70c70c048eb0f25b80
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jul 6 23:11:53 2013 -0700

    Stable release 1.301

 NEWS                        |    5 +++++
 lib/Glib.pm                 |    2 +-
 lib/Glib/CodeGen.pm         |    2 +-
 lib/Glib/GenPod.pm          |    2 +-
 lib/Glib/MakeHelper.pm      |    2 +-
 lib/Glib/Object/Subclass.pm |    2 +-
 lib/Glib/ParseXSDoc.pm      |    2 +-
 7 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index c0bb37d..28a0855 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.301 (stable)
+==========================================
+
+* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
+
 Overview of changes in Glib 1.300 (stable)
 ==========================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index bdf257a..e5a0ab8 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -27,7 +27,7 @@ use Exporter;
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 use constant {
        TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 7523e14..446170d 100644
--- a/lib/Glib/CodeGen.pm
+++ b/lib/Glib/CodeGen.pm
@@ -5,7 +5,7 @@ use warnings;
 use Carp;
 use IO::File;
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index c7f4053..a866c4b 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index e3fa3bc..522b581 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 0ba756b..f1c938b 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index f39f030..f203b67 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
        xsdocparse
 );
 
-our $VERSION = '1.300';
+our $VERSION = '1.301';
 
 our $NOISY = $ENV{NOISYDOC};
 



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