[perl-Glib] Stable release 1.327
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Stable release 1.327
- Date: Tue, 22 May 2018 03:13:17 +0000 (UTC)
commit 0cbae78ea50855cec4093d8c8c3350566d286f18
Author: Brian Manning <bmanning src gnome org>
Date: Mon May 21 20:10:42 2018 -0700
Stable release 1.327
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 a40829f..6f097f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
+Overview of changes in Glib 1.327 (stable)
+============================================
+
+* Fix typo in pod: s/atomical/atomic/ (Bugzilla #784155)
+
Overview of changes in Glib 1.326 (stable)
============================================
+
* lib/Glib/GenPod.pm: Allow overriding of current time in generated man-pages
Overview of changes in Glib 1.325 (stable)
============================================
+
* Try to avoid a possible hang in t/9.t
* Handle removing '.' in @INC for perl-5.26.0 compatibility
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 5a93319..eb2949d 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.326';
+our $VERSION = '1.327';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 113cdc7..f978c16 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.326';
+our $VERSION = '1.327';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index f5fed55..546ea39 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
package Glib::GenPod;
-our $VERSION = '1.326';
+our $VERSION = '1.327';
use strict;
use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 68aec04..b8d9e8b 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '1.326';
+our $VERSION = '1.327';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index f612c23..2f8b1e4 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '1.326';
+our $VERSION = '1.327';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 3533965..b2f8c57 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.326';
+our $VERSION = '1.327';
our $NOISY = $ENV{NOISYDOC};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]