summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2020-03-09 21:22:43 +0100
committerVictor Toso <me@victortoso.com>2020-03-10 13:54:29 +0100
commitbfbb63d3aef2e741eeeec402f2f0b5469f42f0fa (patch)
tree3ca86e521137e636f2299cfcadb5712b4bd22395
parent3b4b4d025d16c357e25a1d0bffedec99ad7e11e9 (diff)
Release 0.20.0spice-vdagent-0.20.0
Signed-off-by: Victor Toso <victortoso@redhat.com>
-rw-r--r--CHANGELOG.md15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
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])