[perl-glib] Stable release 1.3293
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-glib] Stable release 1.3293
- Date: Sat, 6 Jun 2020 05:59:05 +0000 (UTC)
commit a2ceb2b2f6171c43fb786ce7fbdf2fd9d68e90e8
Author: Brian Manning <bmanning src gnome org>
Date: Fri Jun 5 22:55:41 2020 -0700
Stable release 1.3293
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 +-
7 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index b32dd4b..d6be3f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in Glib 1.3293 (stable)
+============================================
+
+* Rename DOAP file in the manifest
+* Fix Glib::get_prgname()
+* Add fallback macros for deprecated sections
+* Ignore deprecation warnings around g_object_newv()
+* Add missing GParamSpecFlags enumeration values
+* Add missing GSpawnError enumeration value
+* Ignore warnings for g_option_group_free()
+* Match GLib's log message handling
+* Add tests for Glib->info and Glib->debug
+
Overview of changes in Glib 1.3292 (stable)
============================================
diff --git a/lib/Glib.pm b/lib/Glib.pm
index f494634..ac0e280 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.3292';
+our $VERSION = '1.3293';
use constant {
TRUE => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 1900f97..5a209cd 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.3292';
+our $VERSION = '1.3293';
# type handlers should look like this:
# sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index dad4dc5..63dfdca 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
package Glib::GenPod;
-our $VERSION = '1.3292';
+our $VERSION = '1.3293';
use strict;
use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index e7ded1c..2e93322 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
package Glib::MakeHelper;
-our $VERSION = '1.3292';
+our $VERSION = '1.3293';
=head1 NAME
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index f52077c..333e3e6 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
package Glib::Object::Subclass;
-our $VERSION = '1.3292';
+our $VERSION = '1.3293';
use Glib;
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index c03c684..a90a68d 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
xsdocparse
);
-our $VERSION = '1.3292';
+our $VERSION = '1.3293';
our $NOISY = $ENV{NOISYDOC};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]