summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-12-16 19:59:32 +0100
committerJens Georg <mail@jensge.org>2022-12-16 19:59:32 +0100
commitadb51197a7e3120027a295b36beda4571e628758 (patch)
treeb84b11092c8f7302907548503797b304786cddf1
parentf7bd7f9134bf7b6d7deb562ffa876c66ef2361b2 (diff)
downloadgupnp-adb51197a7e3120027a295b36beda4571e628758.tar.gz
Prepare GUPnP 1.6.3gupnp-1.6.3
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 663454b..c0e718f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.6.3 (stable)
+==============
+ - Fix handling of deprecated and tentative v6 addresses
+ - Bump GSSDP minimjal version to 1.6.2
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/82
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/83
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.6.2 (stable)
==============
- Add test for issue 81
diff --git a/meson.build b/meson.build
index be14edb..b60dacc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.6.2', meson_version : '>= 0.54.0')
+project('gupnp', 'c', version : '1.6.3', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')