summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-08-09 23:10:37 +0200
committerJens Georg <mail@jensge.org>2020-08-09 23:10:37 +0200
commita066f3d70d7712976311c906afc3ca57be8a694d (patch)
treed4f30225adf87fa576e7d2c9e393641e53c13142
parentd7d1cb082fd69565c76dc7e5eaeb9a08832ebf6b (diff)
downloadgupnp-a066f3d70d7712976311c906afc3ca57be8a694d.tar.gz
Prepare GUPnP 1.2.4gupnp-1.2.4
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aeb8eb2..91f05fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.2.4
+=====
+- Fix subscription check on V6 link-local addresses
+- Add autofree function for GUPnPServiceProxyAction
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.2.3
=====
- Attention: Requires GSSDP 1.2.3!
diff --git a/meson.build b/meson.build
index 28c40b2..bf9a49d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.3', meson_version : '>= 0.48.0')
+project('gupnp', 'c', version : '1.2.4', meson_version : '>= 0.48.0')
gnome = import('gnome')
pkg = import('pkgconfig')