summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-13 18:52:47 +0100
committerJens Georg <mail@jensge.org>2022-01-13 18:52:47 +0100
commit1e752b11dc51673c71c70bbf6deb34c96e3abd19 (patch)
treef59a33ca1ad8ba8f5cc277379cf54a8003ff7f5d
parent9d856b7196437ec1f5dc3f78bd88af1bc1cb674a (diff)
downloadgupnp-1e752b11dc51673c71c70bbf6deb34c96e3abd19.tar.gz
Prepare GUPnP 1.4.3gupnp-1.4.3
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 332361d..6709047 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.4.3 (stable)
+=====
+
+- ServiceProxy: Properly propagate cancelled actions in
+ deprecated calls
+- ServiceProxy: Fix deprecated async calls, again.
+
+Bugs fixed in this release:
+- https://gitlab.gnome.org/GNOME/gupnp/issues/67
+
+All contributors to this release:
+- Jens Georg <mail@jensge.org>
+
1.4.2 (stable)
=====
diff --git a/meson.build b/meson.build
index 9394675..94cd867 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.4.2', meson_version : '>= 0.54.0')
+project('gupnp', 'c', version : '1.4.3', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')