[libglib-perl] 07/11: Stable release 1.307

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 19 13:29:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libglib-perl.

commit 9b1bd7220b580839c5166f5b2df36d5e07f2d0a3
Author: Brian Manning <bmanning at src.gnome.org>
Date:   Thu Dec 25 22:03:01 2014 -0800

    Stable release 1.307
---
 NEWS                        | 7 +++++++
 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, 13 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 895a98f..d9d277d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib 1.307 (stable)
+==========================================
+
+* Fix hang of t/9.t on FreeBSD/NetBSD perls not built with "-pthread"; 
+  closes RT#82349
+* Add code comments about the peculiar Glib::InitiallyUnowned sink handling
+
 Overview of changes in Glib 1.306 (stable)
 ==========================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 35c0941..5cb267d 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.306';
+our $VERSION = '1.307';
 
 use constant {
 	TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 6cffde1..8d068d8 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.306';
+our $VERSION = '1.307';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index e6f32c0..22f884c 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.306';
+our $VERSION = '1.307';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 27fd086..51e2c4a 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.306';
+our $VERSION = '1.307';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 1aeb100..9a2d1fd 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.306';
+our $VERSION = '1.307';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 44644f5..ea1b058 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
 	xsdocparse
 );
 
-our $VERSION = '1.306';
+our $VERSION = '1.307';
 
 our $NOISY = $ENV{NOISYDOC};
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-perl.git



More information about the Pkg-perl-cvs-commits mailing list