From bfbb63d3aef2e741eeeec402f2f0b5469f42f0fa Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Mon, 9 Mar 2020 21:22:43 +0100 Subject: Release 0.20.0 Signed-off-by: Victor Toso --- CHANGELOG.md | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc6959..7291984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +Gitlab markdown format support linking to Issues (#) and Merge requests (!) and more, see bellow: + +https://gitlab.freedesktop.org/spice/linux/vd_agent/-/blob/master/CHANGELOG.md + +News in spice-vdagent 0.20.0 +============================ + +* Add gio-unix and gobject dependency >= 2.50 +* Bump gtk+ >= 3.22 (optional dependency) +* Last release with gtk+ being optional +* !4 - Race fixes between client and guest clipboard +* !2 - Fix session lookup for new GNOME versions +* !3 - Now using GMainLoop and GIO to handle I/O of messages +* Several minor covscan fixes + News in spice-vdagent 0.19.0 ============================ diff --git a/configure.ac b/configure.ac index 612e526..e89e99a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([spice-vdagent], [0.19.0]) +AC_INIT([spice-vdagent], [0.20.0]) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER([src/config.h]) -- cgit v1.2.3