[perl-glib] Stable release 1.328
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-glib] Stable release 1.328
- Date: Wed, 26 Sep 2018 05:17:46 +0000 (UTC)
commit ad0033a395a14529b509ea94b15a3addbb02ce56
Author: Brian Manning <bmanning src gnome org>
Date: Tue Sep 25 22:15:04 2018 -0700
Stable release 1.328
NEWS | 8 ++++++++
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, 14 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f097f1..5315f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Glib 1.328 (stable)
+============================================
+
+* Makefile.PL: changed location of Git repo/web page
+* Add wrappers for GVariantDict
+* Add a few integer casts to quell compiler warnings
+* Rename DOAP file to appease pre-commit hook
+
Overview of changes in Glib 1.327 (stable)
============================================
diff --git a/lib/Glib.pm b/lib/Glib.pm
index eb2949d..f176aae 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.327';
+our $VERSION = '1.328';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index f978c16..54dd574 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.327';
+our $VERSION = '1.328';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 546ea39..7c3ebb5 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
package Glib::GenPod;
-our $VERSION = '1.327';
+our $VERSION = '1.328';
use strict;
use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index b8d9e8b..87754b0 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '1.327';
+our $VERSION = '1.328';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 2f8b1e4..9bade5b 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '1.327';
+our $VERSION = '1.328';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index b2f8c57..1afa342 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.327';
+our $VERSION = '1.328';
our $NOISY = $ENV{NOISYDOC};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]