summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-09 12:25:35 +0100
committerJens Georg <mail@jensge.org>2022-11-09 12:25:35 +0100
commit4fca9d394c250f640a2c256ff4d2a71a03457d17 (patch)
treee8c6fcb8cd8c2b0bf0643a63ed6f785575fa60e9
parentcaf1596feeed1bb1e7181b281420203314f1bac9 (diff)
downloadgupnp-4fca9d394c250f640a2c256ff4d2a71a03457d17.tar.gz
Prepare GUPnP 1.4.4gupnp-1.4.4
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6709047..ac80b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+1.4.4 (stable)
+==============
+
+- Respect bindir option while installing
+- Fix ContextFilter to actually work again
+- Update Docbook to 4.5
+- Explicitly depend on libxml2 for tests
+- Fix IFA_FLAGS detection for Linux CM
+- Fix missing chain-up in instrospection dispose
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/68
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Tomasz Kłoczko <kloczek@github.com>
+ - Marvin Schmidt <marv@exherbo.org>
+
1.4.3 (stable)
=====
diff --git a/meson.build b/meson.build
index a5837a6..747a982 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.4.3', meson_version : '>= 0.54.0')
+project('gupnp', 'c', version : '1.4.4', meson_version : '>= 0.54.0')
gnome = import('gnome')
pkg = import('pkgconfig')