[perl-glib-object-introspection] Release 0.048
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-glib-object-introspection] Release 0.048
- Date: Tue, 10 Dec 2019 15:46:38 +0000 (UTC)
commit aabd665a403ced5bde43b790b2065b15574e4ec4
Author: Brian Manning <bmanning src gnome org>
Date: Tue Dec 10 07:37:05 2019 -0800
Release 0.048
NEWS | 11 +++++++++++
lib/Glib/Object/Introspection.pm | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 51dac12..387319d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes in Glib::Object::Introspection 0.048
+========================================================
+
+* Hush deprecation warnings by using memmove instead of g_memmove
+* Adapt t/arrays.t to newer poppler versions to avoid test failures
+* Avoid double-freeing struct entries in flat array
+* Copy item memory in flat arrays when we are given ownership (RT# 130280)
+* Hush a few compiler warnings
+∗ Fix skip count in t/arrays.t
+* Adapt t/arrays.t to newer poppler versions to avoid test failures
+
Overview of changes in Glib::Object::Introspection 0.047
========================================================
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 73d34fe..53f40d5 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -19,7 +19,7 @@ use strict;
use warnings;
use Glib;
-our $VERSION = '0.047';
+our $VERSION = '0.048';
use Carp;
$Carp::Internal{(__PACKAGE__)}++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]