[perl-Glib/stable-1-30] Stable release 1.308



commit a2e8c782a1c529e8a1c951307a01735b2774ab97
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Dec 6 22:04:47 2015 -0800

    Stable release 1.308

 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 d9d277d..c3a11f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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 5cb267d..33177b7 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.307';
+our $VERSION = '1.308';
 
 use constant {
        TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 8d068d8..8803c73 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.307';
+our $VERSION = '1.308';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 22f884c..1f5edff 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.307';
+our $VERSION = '1.308';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 51e2c4a..c186775 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.307';
+our $VERSION = '1.308';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 9a2d1fd..2217598 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.307';
+our $VERSION = '1.308';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index ea1b058..ce3c4a7 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
        xsdocparse
 );
 
-our $VERSION = '1.307';
+our $VERSION = '1.308';
 
 our $NOISY = $ENV{NOISYDOC};
 


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