[gupnp] Prepare 1.2.7



commit 91f5c741ac9ff026df16111833719ce2e07ef11a
Author: Jens Georg <mail jensge org>
Date:   Sun Jun 6 00:04:45 2021 +0200

    Prepare 1.2.7

 NEWS        | 15 +++++++++++++++
 meson.build |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 7d3e99f..ad58ca9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.2.7
+=====
+
+- Fix build with -Wformat-security=error
+- Bump required GLib version to 2.66
+- Fix some introspection annotations
+- Add missing varargs functions to vapi
+- Revert fix from 1.2.5 which causes managed control points to
+  live too long
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Bastien Nocera <hadess hadess net>
+ - Andreas Müller <schnitzeltony gmail com>
+
 1.2.6
 =====
 - Fix wrong dependency on GSSDP 1.2.4
diff --git a/meson.build b/meson.build
index 27ddf2b..443ccc3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.6', meson_version : '>= 0.53.0')
+project('gupnp', 'c', version : '1.2.7', meson_version : '>= 0.53.0')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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