[perl-Glib] Stable release 1.323



commit 5a6459dc2afa921cf483956c65240f830b64801c
Author: Brian Manning <bmanning src gnome org>
Date:   Tue Sep 27 21:04:49 2016 -0700

    Stable release 1.323

 NEWS                        |    6 ++++++
 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, 12 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 167d566..227457e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.323 (stable)
+============================================
+
+* Fix typos (Bugzilla #760065)
+* Docs: add missing blurbs for the benefit of 'whatis' (Bugzilla #753466)
+
 Overview of changes in Glib 1.322 (stable)
 ============================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index bbe4954..8464690 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.322';
+our $VERSION = '1.323';
 
 use constant {
        TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index a80d8a9..b51be56 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.322';
+our $VERSION = '1.323';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 1187fda..5c74a96 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.322';
+our $VERSION = '1.323';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index dfe752f..a4e1517 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.322';
+our $VERSION = '1.323';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 9fac3df..dd4bb76 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.322';
+our $VERSION = '1.323';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 326a84a..ada53f9 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
        xsdocparse
 );
 
-our $VERSION = '1.322';
+our $VERSION = '1.323';
 
 our $NOISY = $ENV{NOISYDOC};
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]