summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-11-16 19:55:36 +0100
committerJens Georg <mail@jensge.org>2021-11-16 19:55:36 +0100
commit66a0ae843a6cf6a65dd1afeec99ad15009582314 (patch)
treeac5c8627955ef02aeda8279a3b38021ec9a0d062
parentf5c3f1844fca3068811e6608eb53eb320e9c42c5 (diff)
downloadgupnp-tools-66a0ae843a6cf6a65dd1afeec99ad15009582314.tar.gz
Prepare 0.10.2gupnp-tools-0.10.2
Fixes #21
-rw-r--r--NEWS28
-rw-r--r--meson.build2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 185cd17..847dffc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0.10.2 (stable)
+===============
+
+- Universal CP:
+ - Fix format message error
+
+- Translation updates
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/20
+ - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/21
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Dušan Kazik <prescott66@gmail.com>
+ - Мирослав Николић <miroslavnikolic@rocketmail.com>
+ - Balázs Úr <balazs@urbalazs.hu>
+ - Ask Hjorth Larsen <asklarsen@gmail.com>
+ - Marek Černocký <marek@manet.cz>
+ - Boyuan Yang <073plan@gmail.com>
+
+Added/updated translations:
+ - cs.po, courtesy of Marek Černocký
+ - hu.po, courtesy of Balázs Úr
+ - sk.po, courtesy of Dušan Kazik
+ - sr.po, courtesy of Мирослав Николић
+ - zh_CN.po, courtesy of tuhaihe
+
0.10.1
======
diff --git a/meson.build b/meson.build
index 57b3f18..3c1b52d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-tools', ['c'], version: '0.10.1')
+project('gupnp-tools', ['c'], version: '0.10.2')
gnome = import('gnome')
i18n = import('i18n')