summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')