[gupnp/gupnp-1.4] Prepare 1.4.2



commit f700b70b3d4a81153403164d9a0e05d8f6a22afa
Author: Jens Georg <mail jensge org>
Date:   Sat Jan 8 10:54:33 2022 +0100

    Prepare 1.4.2

 NEWS        | 26 ++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2267fac..332361d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+1.4.2 (stable)
+=====
+
+- Context: Fix a memory leak if ACL was used
+- Doc: Add missing ContextFilter description
+- RootDevice: Deprecate get_relative_location call
+- Service: Declare _valist functions deprecated
+- ServiceProxyAction: add _set() to the public API
+- RootDevice, Device & Service: Fix use-after-free if Service lives
+  longer than RootDevice
+- ServiceAction: Deprecate _return() call
+- ControlPoint: Deprecate get_context() call
+- ServiceProxy: Fix re-queueing the message if POST fails
+- ServiceProxy: Fix double-free on ProxyAction
+- Doc: Add note regarding ACL and host_path()
+- Doc: Add note regarding error handling of call API
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/42
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/42
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/63
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/60
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+
 1.4.1 (stable)
 =====
 
diff --git a/meson.build b/meson.build
index a24ce45..9394675 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.4.1', meson_version : '>= 0.54.0')
+project('gupnp', 'c', version : '1.4.2', meson_version : '>= 0.54.0')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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