summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-09 12:07:58 +0100
committerJens Georg <mail@jensge.org>2022-11-09 12:07:58 +0100
commitcf8e6d35fb888cef60a87a314ffe928387daad1d (patch)
tree4b1d2bc94c38f592f84caba08cbf6450fae36db1
parentec43953aee928547f528b4948ba15603d053aa8d (diff)
downloadgssdp-1.4.tar.gz
Prepare GSSDP 1.4.1gssdp-1.4.1gssdp-1.4
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0ec6b77..2c5ba34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+1.4.1 (stable)
+=================
+ - Potential fix for sending discovery responses with the wrong
+ location
+ - Properly parse netlink messages in neighbour discovery
+ - Do not leak the host mask if it was alreay provided on object client
+ creation
+ - Fix install path for generated documentation
+ - Fix warning message for link-local v4 addresses
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gssdp/issues/22
+ - https://gitlab.gnome.org/GNOME/gssdp/issues/24
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Olivier CrĂȘte <olivier.crete@collabora.com>
+
1.4.0 (stable)
==============
- Fix building the sniffer when built as subproject
diff --git a/meson.build b/meson.build
index ef83873..0ca1828 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gssdp', 'c', version: '1.4.0.1', meson_version : '>= 0.54.0')
+project('gssdp', 'c', version: '1.4.1', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')