summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-08 10:54:33 +0100
committerJens Georg <mail@jensge.org>2022-01-08 10:58:33 +0100
commitf700b70b3d4a81153403164d9a0e05d8f6a22afa (patch)
treed91efbf49f046b95d44607343aa2c4cca4504ac1
parentea9db480d139a2149d74bfe69a13de76ab150f5b (diff)
downloadgupnp-f700b70b3d4a81153403164d9a0e05d8f6a22afa.tar.gz
Prepare 1.4.2gupnp-1.4.2
-rw-r--r--NEWS26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
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')