summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-10-11 23:00:49 +0200
committerJens Georg <mail@jensge.org>2022-10-11 23:00:49 +0200
commit8886f95134d95e49d859512fc0c2c62ed63a72b2 (patch)
treede45778b7c4bac5cab07b58141c2a798c58d8fe6
parentbc61ccddc1cc441acee99658f9c5042383821516 (diff)
downloadgupnp-tools-8886f95134d95e49d859512fc0c2c62ed63a72b2.tar.gz
Prepare 0.12.0gupnp-tools-0.12.0
-rw-r--r--NEWS49
-rw-r--r--meson.build2
2 files changed, 50 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 847dffc..c4eb757 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+0.12.0 (stable)
+===============
+
+Dependency changes:
+ - GLib required is now 2.68
+ - GUPnP requirement up to 1.6
+ - Libsoup requirement up to 3.0
+
+- All
+ - Port to GUPnP 1.6 and Libsoup3
+ - Fix inconsistencies regarding action errors
+ - Use more g_autoptr
+ - Drop gupnp_get_uuid() where used.
+ - Translation updates
+
+- Common
+ - Fix potential NULL pointer dereference
+ - Use GUPnP utility functions for download of icons
+
+- Universal CP:
+ - Fix missing icon on download error
+ - Fix uninitialized out value
+
+- Event Dumper:
+ - Added new tool for dumping UPnP events on command line
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp-tools/issues/23
+
+Merge requests included in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp-tools/merge_requests/4
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Jürgen Benvenuti <gastornis@posteo.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
+ - de.po, courtesy of Jürgen Benvenuti
+ - 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 b79848a..92c4a80 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-tools', ['c'], version: '0.11.0')
+project('gupnp-tools', ['c'], version: '0.12.0')
gnome = import('gnome')
i18n = import('i18n')