[gupnp/gupnp-1.0] Prepare GUPnP 1.0.6



commit 9e3efe833f09e6cd2dcabea454a7a7ded8cb0194
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 9 21:18:32 2020 +0200

    Prepare GUPnP 1.0.6

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cffa33d..0db1fc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.0.6
+=====
+- Fix an issue with unref'ing the mask returned by GSSDP
+
+All contributors to this release:
+ - Emilio Pozuelo Monfort <pochu27 gmail com>
+
 1.0.5
 =====
 - Attention! Version requirement change: Requires GSSDP 1.0.4
diff --git a/configure.ac b/configure.ac
index 48c81b4..79d1afe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [1.0.5],
+        [1.0.6],
         [https://gitlab.gnome.org/GNOME/gupnp/issues/new],
         [gupnp],
         [http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index c7f203b..06193df 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.0.5')
+project('gupnp', 'c', version : '1.0.6')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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