[gupnp/gupnp-1.0] Prepare 1.0.4



commit 649b970a09a5097f9805d21be6af7b2de2e90e36
Author: Jens Georg <mail jensge org>
Date:   Mon May 27 22:23:26 2019 +0200

    Prepare 1.0.4

 NEWS         | 16 ++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 57ccc95..ae6dca6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.0.4
+=====
+- Fix some win32-specific warnings
+- Backport meson support form master
+- Fix introspection annotations for get_icon_url
+- Avoid static buffer in linux context manager
+- Fix wrong include in ACL header
+- Fix endless loop in service proxy
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/8
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Jakub Adam <jakub adam collabora com>
+
 1.0.3
 =====
 - Avoid a crash in gupnp_root_device_constructor
diff --git a/configure.ac b/configure.ac
index d8aedb2..f930926 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [1.0.3],
+        [1.0.4],
         [https://gitlab.gnome.org/GNOME/gupnp/issues/new],
         [gupnp],
         [http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index 733e16d..b9825ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.1.0')
+project('gupnp', 'c', version : '1.0.4')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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