[gssdp/gssdp_1.0] Prepare 1.0.5



commit 2b3ccef1cae202518dd2f69aeb1f8ad1f32bcee8
Author: Jens Georg <mail jensge org>
Date:   Sun Jul 5 15:06:38 2020 +0200

    Prepare 1.0.5

 NEWS         | 15 +++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 944bc51..56bf5b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.0.5
+=====
+ - Always set the network mask for client
+ - Various fixes on Windows
+ - Make tests a bit more robust for varying names of localhost devices
+ - Fix creation of clients with host-ip only
+
+
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gssdp/issues/7
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+
 1.0.4
 =====
  - Set the correct multicast source interface on the correct socket
diff --git a/configure.ac b/configure.ac
index 530d92c..0552bb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gssdp],
-        [1.0.4],
+        [1.0.5],
         [https://gitlab.gnome.org/GNOME/gssdp/issues],
         [gssdp],
         [http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index b76e993..3dc3aa3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('GSSDP', 'c', version: '1.0.4')
+project('GSSDP', 'c', version: '1.0.5')
 pkg = import('pkgconfig')
 gnome = import('gnome')
 


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