[perl-Glib] Stable release 1.320



commit 5dbd44245ed45b16b2da11f3920b11796ca00fe5
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Dec 21 09:26:46 2015 -0800

    Stable release 1.320

 Makefile.PL                 |   10 +++++-----
 NEWS                        |   13 +++++++++++++
 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 +-
 8 files changed, 24 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index e6189be..e042192 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -100,8 +100,8 @@ my %meta_merge = (
         },
         author              =>
             ['gtk2-perl Team <gtk-perl-list at gnome dot org>'],
-        release_status      => 'unstable',
-        #release_status      => 'stable',
+        #release_status      => 'unstable',
+        release_status      => 'stable',
         # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
         license             => 'lgpl_2_1',
         resources => {
@@ -225,7 +225,7 @@ WriteMakefile(
     @openbsd_compat_flags,
 );
 
-#=unstable
+=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -233,12 +233,12 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    This is an unstable development release of Glib.  The API is not
    frozen and things are subject to change at any time.  Report any
    bugs to gtk-perl-list AT gnome DOT org as soon as possible.
-   Please use the 1.30x series for important work.
+   Please use the 1.32x series for important work.
 
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
-#=cut
+=cut
 
 =frozen
 
diff --git a/NEWS b/NEWS
index 17adfda..31fe691 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib 1.320 (stable)
+============================================
+
+* Makefile.PL: added IRC link to metadata block
+* Glib::GenPod: supply default namespace blurbs (Bugzilla #753468)
+* Properly escape dash in generated API index POD (Bugzilla #753467)
+
 Overview of changes in Glib 1.314 (unstable)
 ============================================
 
@@ -30,6 +37,12 @@ Overview of changes in Glib 1.310 (unstable)
 * Reorder and reformat our header and typemap a little
 * Hush a compiler warning in GMainLoop.xs
 
+Overview of changes in Glib 1.308 (stable)
+==========================================
+
+* Release to replace stable version of Glib deleted from CPAN by accident;
+  closes RT#110119.  There are no code changes for this release.
+
 Overview of changes in Glib 1.307 (stable)
 ==========================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index e9b2c39..89a4017 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.314';
+our $VERSION = '1.320';
 
 use constant {
        TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index dc66210..d1325dd 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.314';
+our $VERSION = '1.320';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 6e8c733..96b5015 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.314';
+our $VERSION = '1.320';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 9b963d0..c941859 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.314';
+our $VERSION = '1.320';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 47ea261..e99b17d 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.314';
+our $VERSION = '1.320';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 5094ea7..00cd179 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
        xsdocparse
 );
 
-our $VERSION = '1.314';
+our $VERSION = '1.320';
 
 our $NOISY = $ENV{NOISYDOC};
 


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