[perl-Glib] Unstable release 1.291
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Unstable release 1.291
- Date: Sat, 2 Mar 2013 06:18:39 +0000 (UTC)
commit 127d0d81e906c430854c01ed626f1ec9c4eab2c7
Author: Brian Manning <bmanning src gnome org>
Date: Fri Mar 1 22:17:53 2013 -0800
Unstable release 1.291
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 8777d26..7e82af7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib 1.291 (unstable)
+============================================
+
+* Ensure timely destruction of initial wrapper of custom subclasses
+* Start changing module version numbers in all Perl modules in the
+ distribution, not just lib/Glib.pm; (Bugzilla #690464)
+
Overview of changes in Glib 1.290 (unstable)
============================================
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 97df48a..a207147 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.290';
+our $VERSION = '1.291';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index b638556..1f3a022 100644
--- a/lib/Glib/CodeGen.pm
+++ b/lib/Glib/CodeGen.pm
@@ -5,7 +5,7 @@ use warnings;
use Carp;
use IO::File;
-our $VERSION = '0.03';
+our $VERSION = '1.291';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 0fd7cf7..a03ca65 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
package Glib::GenPod;
-our $VERSION = '0.03';
+our $VERSION = '1.291';
use strict;
use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index f6d7f44..88248ca 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '0.03';
+our $VERSION = '1.291';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 8324ada..8c3e9c8 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '0.03';
+our $VERSION = '1.291';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 9bb1d60..1e6bc0a 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.003';
+our $VERSION = '1.291';
our $NOISY = $ENV{NOISYDOC};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]