summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-05-20 10:13:50 +0200
committerJens Georg <mail@jensge.org>2022-05-20 10:13:50 +0200
commitc58aa996cd503012ed491dcb3e15d4fb8d12893b (patch)
tree8c65232afdcfd38bf8f81fa503beffbec7b7e7c6
parent8dfa4639435b7db58cefa3ebe35d0a903c87ba7c (diff)
downloadgupnp-tools-0-10.tar.gz
Prepare GUPnP Tools 0.10.3gupnp-tools-0.10.3gupnp-tools-0-10
-rw-r--r--NEWS25
-rw-r--r--meson.build2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 847dffc..da16987 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.10.3 (stable)
+===============
+
+ - Fix deprecated function calls
+ - Fix empty icon for devices with no icons
+ - Translation updates
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/23
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Sabri Ünal <libreajans@gmail.com>
+ - Hugo Carvalho <hugokarvalho@hotmail.com>
+ - Luming Zh <lumingzh@qq.com>
+ - Asier Sarasua Garmendia <asiersarasua@ni.eus>
+ - Alan Mortensen <alanmortensen.am@gmail.com>
+
+Added/updated translations:
+ - da.po, courtesy of Alan Mortensen
+ - eu.po, courtesy of Asier Sarasua Garmendia
+ - pt.po, courtesy of Hugo Carvalho
+ - tr.po, courtesy of Sabri Ünal
+ - zh_CN.po, courtesy of lumingzh
+
0.10.2 (stable)
===============
diff --git a/meson.build b/meson.build
index db84969..c2acb1b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-tools', ['c'], version: '0.10.2')
+project('gupnp-tools', ['c'], version: '0.10.3')
gnome = import('gnome')
i18n = import('i18n')