[gupnp] Prepare GUPnP 1.2.5
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Prepare GUPnP 1.2.5
- Date: Mon, 24 May 2021 09:08:53 +0000 (UTC)
commit 0aa35cd9c750e97327a850df653dfae723905865
Author: Jens Georg <mail jensge org>
Date: Mon May 24 11:08:18 2021 +0200
Prepare GUPnP 1.2.5
NEWS | 34 ++++++++++++++++++++++++++++++++++
meson.build | 2 +-
2 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 91f05fc..f4974a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+1.2.5
+=====
+- Fix introspection annotation for send_action_list
+- Fix potential fd leak in linux CM
+- Fix potential NULL pointer dereference when evaluating
+ unset ServiceProxyActions
+- Fix leaking the message string if an action is never
+ sent
+- Fix leaking the ServiceProxyAction if sending fails
+ in call_action
+- Fix introspection annotation for send_action and
+ call_action_finish to prevent a double-free
+- Make ServiceIntrospection usable from
+ gobject-introspection
+- Add Python examle
+- Add C example
+- Fix JavaScript example
+- Fix potential use-after-free if service proxy is
+ destroxed before libsoup request finishes in control
+ point
+- Fix potential data leak due to being vulnerable to DNS
+ rebind attacs
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/47
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/46
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/23
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/24
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Doug Nazar <nazard nazar ca>
+ - Andre Klapper <a9016009 gmx de>
+
1.2.4
=====
- Fix subscription check on V6 link-local addresses
diff --git a/meson.build b/meson.build
index 0aa3fe3..3f38de0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.4', meson_version : '>= 0.53.0')
+project('gupnp', 'c', version : '1.2.5', meson_version : '>= 0.53.0')
gnome = import('gnome')
pkg = import('pkgconfig')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]