summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-21 23:04:54 +0200
committerJens Georg <mail@jensge.org>2021-06-21 23:20:34 +0200
commit4f8757dcc2749b1df1a0ef56dc955e66cff26021 (patch)
tree6038fbf544a3ac2a2d3524a90f3a777568a54933
parent17de8436738277149452c4ce49ce70f580fe0cee (diff)
downloadgupnp-tools-4f8757dcc2749b1df1a0ef56dc955e66cff26021.tar.gz
Prepare 0.10.1gupnp-tools-0.10.1
-rw-r--r--NEWS66
-rw-r--r--meson.build2
2 files changed, 67 insertions, 1 deletions
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 <mail@jensge.org>
+ - Yuri Chornoivan <yurchor@ukr.net>
+ - Florentina Mușat <florentina.musat.28@gmail.com>
+ - Andika Triwidada <atriwidada@gnome.org>
+ - Rafael Fontenelle <rafaelff@gnome.org>
+ - Piotr Drąg <piotrdrag@gmail.com>
+ - Daniel Mustieles <daniel.mustieles@gmail.com>
+ - Anders Jonsson <anders.jonsson@norsjovallen.se>
+ - sicklylife <translation@sicklylife.jp>
+ - Ask Hjorth Larsen <asklarsen@gmail.com>
+ - Emin Tufan Çetin <etcetin@gmail.com>
+ - Fabio Tomat <f.t.public@gmail.com>
+ - Мирослав Николић <miroslavnikolic@rocketmail.com>
+ - Marek Černocký <marek@manet.cz>
+ - Balázs Úr <balazs@urbalazs.hu>
+ - Dušan Kazik <prescott66@gmail.com>
+ - Serdar Sağlam <teknomobil@msn.com>
+ - Fabrice Fontaine <fontaine.fabrice@gmail.com>
+ - Asier Sarasua Garmendia <asier.sarasua@gmail.com>
+
+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')