summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Ropé <jrope@redhat.com>2021-01-08 10:57:50 +0100
committerJulien Ropé <jrope@redhat.com>2021-01-13 09:52:43 +0100
commit9306f18621f53723087d355ba0e4f63a96dd87f1 (patch)
tree1362a19bafcf1a949917093181e1a44461498d6d
parent58d97554e52be79f450c4da664c2191966bf60a9 (diff)
Release 0.21.0spice-vdagent-0.21.0
Signed-off-by: Julien Ropé <jrope@redhat.com> Acked-by: Frediano Ziglio <freddy77@gmail.com>
-rw-r--r--CHANGELOG.md11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7291984..8dfd467 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@ Gitlab markdown format support linking to Issues (#) and Merge requests (!) and
https://gitlab.freedesktop.org/spice/linux/vd_agent/-/blob/master/CHANGELOG.md
+News in spice-vdagent 0.21.0
+============================
+* Security fixes:
+ CVE-2020-25650, CVE-2020-25651, CVE-2020-25652, CVE-2020-25653
+* Fix shutdown issue due to incompatible thread/fork uses with GLib
+* Fix mouse pointer issues under Wayland
+* Fix a crash when running without dbus (e.g: within containers)
+* !9 - Introduce optional GTK4 support for monitor management
+* !13 - Enable copying files from client using webdav
+* Bump spice-protocol dependency to v0.14.3
+
News in spice-vdagent 0.20.0
============================
diff --git a/configure.ac b/configure.ac
index fdfcd99..8b3db35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.20.0])
+AC_INIT([spice-vdagent], [0.21.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])