[gupnp] Prepare GUPnP 1.2.1



commit b9f76cada1038be75963593ad783d88d9446fce6
Author: Jens Georg <mail jensge org>
Date:   Wed May 1 23:00:41 2019 +0200

    Prepare GUPnP 1.2.1

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5b27a29..55a403d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.2.1
+=====
+- Fix a deadlock when cancelling an action
+- Do not call-back a cancelled action
+- Fix public dependencies
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/7
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+
 1.2.0
 =====
 - Release 1.2.0
diff --git a/meson.build b/meson.build
index 99948a3..b76d713 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.0')
+project('gupnp', 'c', version : '1.2.1')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]