From 4f8757dcc2749b1df1a0ef56dc955e66cff26021 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 21 Jun 2021 23:04:54 +0200 Subject: Prepare 0.10.1 --- NEWS | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ad1616..185cd17 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,69 @@ +0.10.1 +====== + +- All + - Fix various smaller memory leaks + - Stop using deprecated functions from GUPnP + - Update icons + - New translations and update of existing translations + +- Upload: + - Check that a UDN was provided + +- AV-CP: + - Some visual improvements like headerbars and symbolic icons + - Search dialog provides entry completion + - Add IPv6 support if available + +- Network Light: + - Add IPv6 support if available + + +Bugs fixed in this release: + - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/3 + - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/6 + +Merge requests included in this release: + - https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/3 + +All contributors to this release: + - Jens Georg + - Yuri Chornoivan + - Florentina Mușat + - Andika Triwidada + - Rafael Fontenelle + - Piotr Drąg + - Daniel Mustieles + - Anders Jonsson + - sicklylife + - Ask Hjorth Larsen + - Emin Tufan Çetin + - Fabio Tomat + - Мирослав Николић + - Marek Černocký + - Balázs Úr + - Dušan Kazik + - Serdar Sağlam + - Fabrice Fontaine + - Asier Sarasua Garmendia + +Added/updated translations: + - cs.po, courtesy of Marek Černocký + - es.po, courtesy of Daniel Mustieles + - eu.po, courtesy of Asier Sarasua Garmendia + - fur.po, courtesy of Fabio Tomat + - hu.po, courtesy of Balázs Úr + - id.po, courtesy of Andika Triwidada + - ja.po, courtesy of sicklylife + - pl.po, courtesy of Piotr Drąg + - pt_BR.po, courtesy of Rafael Fontenelle + - ro.po, courtesy of Florentina Mușat + - sk.po, courtesy of Dušan Kazik + - sr.po, courtesy of Мирослав Николић + - sv.po, courtesy of Anders Jonsson + - tr.po, courtesy of Emin Tufan Çetin + - uk.po, courtesy of Yuri Chornoivan + 0.10.0 ====== diff --git a/meson.build b/meson.build index 8a3ccd6..6eba043 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gupnp-tools', ['c'], version: '0.10.0') +project('gupnp-tools', ['c'], version: '0.10.1') gnome = import('gnome') i18n = import('i18n') -- cgit v1.2.1