[perl-Glib] Unstable release 1.314
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Unstable release 1.314
- Date: Thu, 1 Oct 2015 14:50:21 +0000 (UTC)
commit 5f96850d149c3c39f778d8578c5e2339bf9630ab
Author: Brian Manning <bmanning src gnome org>
Date: Wed Sep 30 13:41:13 2015 -0700
Unstable release 1.314
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 4a94198..17adfda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib 1.314 (unstable)
+============================================
+
+* Fix compilation on libglib < 2.26
+* Add Glib::Bytes, a wrapper for GBytes
+* Sort the output of podify_signals in a deterministic way (BZ#743863)
+
Overview of changes in Glib 1.313 (unstable)
============================================
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 37fa19b..e9b2c39 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.313';
+our $VERSION = '1.314';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 0919394..dc66210 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.313';
+our $VERSION = '1.314';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 63dfbf9..734e352 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
package Glib::GenPod;
-our $VERSION = '1.313';
+our $VERSION = '1.314';
use strict;
use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 1d1d03c..8831f1b 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '1.313';
+our $VERSION = '1.314';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 315d362..47ea261 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '1.313';
+our $VERSION = '1.314';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 9ebbe92..5094ea7 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.313';
+our $VERSION = '1.314';
our $NOISY = $ENV{NOISYDOC};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]