From 8886f95134d95e49d859512fc0c2c62ed63a72b2 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 11 Oct 2022 23:00:49 +0200 Subject: Prepare 0.12.0 --- NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) 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 + - Jürgen Benvenuti + - Sabri Ünal + - Hugo Carvalho + - Luming Zh + - Asier Sarasua Garmendia + - Alan Mortensen + +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') -- cgit v1.2.1