[Spice-devel] [linux-vdagent 4/4] Prepare to 0.18.0 release
Victor Toso
victortoso at redhat.com
Tue Jun 5 09:29:15 UTC 2018
From: Victor Toso <me at victortoso.com>
Signed-off-by: Victor Toso <victortoso at redhat.com>
---
NEWS | 21 +++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8573489..86ee8e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes in SPICE vdagent 0.18.0
+===========================================
+
+- Add GTK+ framework to handle x11 backend such as clipboard
+- Deprecate X11 backend in favor of GTK+ framework
+- Ask pkg-config to appropriate directory to install udev rules
+- Fix leak of udscs's file descriptor
+- Better quote directory path when calling xdg-open to save file transfer
+- Bump GLib to 2.34
+- Add systemd socket activation (rhbz#1340160)
+- Add support to detailed errors on file transfers
+- Add check for available free space in guest before starting a file transfer
+- Use better names for duplicated files on file transfer
+- Improve support on big endian guests (#5)
+- Use IdleHint to check if a session is locked over console-kit (rhbz#1412673)
+- Fixes double free on errors over udscs by improving memory ownership
+- Hide autostart file on Unity
+- Improve command line messages for vdagentd
+- Fix typo in --enable-static-uinput configure option
+- Code repository moved to gitlab.freedesktop.org
+
Overview of changes in SPICE vdagent 0.17.0
===========================================
diff --git a/configure.ac b/configure.ac
index bac5219..e02c2a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.17.0])
+AC_INIT([spice-vdagent], [0.18.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])
--
2.17.0
More information about the Spice-devel
mailing list