summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2022-02-07 14:57:18 +0100
committerVictor Toso <victortoso@redhat.com>2022-02-07 14:57:18 +0100
commit2289931e94b5a21268100acb65d8477879702663 (patch)
tree91978faa4367677942b70f40577c0214fca62029
parent67090358b332c05bc66c07cc1c3f076ba4ded277 (diff)
Release 0.22.0spice-vdagent-0.22.0
Signed-off-by: Victor Toso <victortoso@redhat.com>
-rw-r--r--CHANGELOG.md7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8dfd467..9a94a90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@ 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.22.0
+===========================
+* !40 - Handle side mouse buttons
+* !39 - Set retry limit to connect to vdagentd and improve logging error
+* !35 - Fix deprecation warning
+* !37 - Provide systemd spice-vdagent.service
+
News in spice-vdagent 0.21.0
============================
* Security fixes:
diff --git a/configure.ac b/configure.ac
index be65606..17b0448 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.21.0])
+AC_INIT([spice-vdagent], [0.22.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])