[libglib-perl] 04/25: Unstable release 1.311
Intrigeri
intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:53 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 e5b4cf728687ec2954dbda92f333f7f92c68bc37
Author: Brian Manning <bmanning at src.gnome.org>
Date: Sat Jul 11 21:59:22 2015 -0700
Unstable release 1.311
---
NEWS | 6 ++++++
lib/Glib.pm | 2 +-
lib/Glib/CodeGen.pm | 2 +-
lib/Glib/MakeHelper.pm | 2 +-
lib/Glib/Object/Subclass.pm | 2 +-
lib/Glib/ParseXSDoc.pm | 2 +-
6 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index f603359..cd7ad19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.311 (unstable)
+============================================
+
+* Add the GVariant converters to the win32 linker export list
+* Fix Glib::Variant::classify on big-endian machines
+
Overview of changes in Glib 1.310 (unstable)
============================================
diff --git a/lib/Glib.pm b/lib/Glib.pm
index cda709e..14eeb31 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.310';
+our $VERSION = '1.311';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 59f6815..be875f8 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.310';
+our $VERSION = '1.311';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 9cf9588..e0a8ee9 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '1.310';
+our $VERSION = '1.311';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index b985196..e77ec5d 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '1.310';
+our $VERSION = '1.311';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 6e74f64..b6e992c 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.310';
+our $VERSION = '1.311';
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