summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2019-04-10 11:55:22 +0000
committerVictor Toso <me@victortoso.com>2019-04-12 14:42:19 +0000
commitf8fa4191dbcedc18b51d14f3037d28120acfe43a (patch)
treeef30f7affa1d98b76d33651d41df20b755054cda
parent0397089827b327ab071c4842f87211e8aaa51d60 (diff)
Prepare to 0.19.0 releasespice-vdagent-0.19.0
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r--CHANGELOG.md24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6245f53..7bc6959 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+News in spice-vdagent 0.19.0
+============================
+
+* Add libdrm dependency
+* Fix file descriptor leak on failed connections
+* Handle new VD_AGENT_GRAPHICS_DEVICE_INFO message advertised by
+ VD_AGENT_CAP_GRAPHICS_DEVICE_INFO capability
+* Session agent autostart changed to WindowManager ([rhbz#1623947])
+ This fixes possible race with xdg-user-dirs
+* Fix of sending empty screen resolution messages ([rhbz#1641723])
+* Fix 'Dependency failed for Activation socket' with systemd ([rhbz#1545212])
+* Fix error messages about on selecting text on host ([rhbz#1594876])
+ this was also fixed with Gtk backend
+* Update paths from /var/run → /run
+* Fix Session agent restart
+* Add test for file creation
+* Prefer GLib memory functions stdlib.h ones
+* Several code and logs improvements
+
+[rhbz#1623947]: https://bugzilla.redhat.com/show_bug.cgi?id=1623947
+[rhbz#1641723]: https://bugzilla.redhat.com/show_bug.cgi?id=1641723
+[rhbz#1545212]: https://bugzilla.redhat.com/show_bug.cgi?id=1545212
+[rhbz#1594876]: https://bugzilla.redhat.com/show_bug.cgi?id=1594876
+
News in spice-vdagent 0.18.0
============================
diff --git a/configure.ac b/configure.ac
index 912da69..02cf5f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.18.0])
+AC_INIT([spice-vdagent], [0.19.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])