[gupnp/gupnp-1.0] Prepare 1.0.7



commit ab250af4c92c0b495af360f8a903719c49446cde
Author: Jens Georg <mail jensge org>
Date:   Mon May 24 10:41:57 2021 +0200

    Prepare 1.0.7

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0db1fc4..c373e1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+1.0.7
+=====
+- Validate host headers to prevent DNS rebind attack
+- Prevent use-after-free for if service proxy goes down before
+  libsoap request ends
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Doug Nazar <nazard nazar ca>
+
 1.0.6
 =====
 - Fix an issue with unref'ing the mask returned by GSSDP
diff --git a/configure.ac b/configure.ac
index 79d1afe..52812f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [1.0.6],
+        [1.0.7],
         [https://gitlab.gnome.org/GNOME/gupnp/issues/new],
         [gupnp],
         [http://www.gupnp.org/])
diff --git a/meson.build b/meson.build
index 06193df..7de5b33 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.0.6')
+project('gupnp', 'c', version : '1.0.7')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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