diff options
author | Jens Georg <mail@jensge.org> | 2022-11-09 12:25:35 +0100 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2022-11-09 12:25:35 +0100 |
commit | 4fca9d394c250f640a2c256ff4d2a71a03457d17 (patch) | |
tree | e8c6fcb8cd8c2b0bf0643a63ed6f785575fa60e9 | |
parent | caf1596feeed1bb1e7181b281420203314f1bac9 (diff) | |
download | gupnp-4fca9d394c250f640a2c256ff4d2a71a03457d17.tar.gz |
Prepare GUPnP 1.4.4gupnp-1.4.4
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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') |