Changelog for
spice-vdagent-0.19.0-lp152.1.3.x86_64.rpm :
* Tue Dec 17 2019 Bruce Rogers
- Since the 0.19.0 update, this patch is no longer needed: spice-vdagent-var_run.patch- For sometime now we\'ve not had any rsyslog config files, so clean up where the spec file would remove the rsyslog.d dir and content
* Wed Dec 11 2019 Bruce Rogers - Add upstream fix for spice-vdagent running on recent GNOME (eg. 3.34) with systemd integration (boo#1157235) vdagentd-Fix-session-lookup-for-new-GNOME-versions.patch
* Fri May 17 2019 Bruce Rogers - Update to 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
* 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- Add keyring and tarball signature files- obsoleted patches removed: 8ba17481-quote-save-dir-before-passing-to-shell.patch vdagentd-do-endian-swapping.patch
* Tue Dec 05 2017 cbosdonnatAATTsuse.com- Fix potential shell command injection. 8ba17481-quote-save-dir-before-passing-to-shell.patch CVE-2017-15108 (bsc#1070724)
* Thu Jul 27 2017 msuchanekAATTsuse.com- Fix warning in vdagentd-do-endian-swapping.patch
* Mon Feb 20 2017 msuchanekAATTsuse.com- Add endian swapping to run on BE guests (boo#1012215). vdagentd-do-endian-swapping.patch
* Fri Nov 25 2016 zaitorAATTopensuse.org- Add pkgconfig(glib-2.0) BuildRequires: Explicit dependency.- Handle spice-vdagentd.target in pre/post/preun/postun.- Handle spice-vdagentd.conf in post via tmpfiles_create macro.
* Fri Nov 25 2016 seife+obsAATTb1-systems.com- Update to 0.17.0
* Denies file-transfer in locked sessions
* Denies file-transfer in login screen
* Bump glib version to 2.28
* Set exit code to 1 instead of 0 when virtio device cannot be opened
* Fix double-free on uinput->screen_info (rhbz#1262635)
* Code improvement over unix domain client server support (udcs)
* Fix build compatiblity with different libsystemd versions (fdo#94209)- obsoleted patches removed: 8c465007-vdagentd-fixes-small-leak.patch f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch- package: add explicit buildrequires for pkgconfig(dbus-1)
* Tue Sep 06 2016 cbosdonnatAATTsuse.com- Fix crash when changing guest display\'s resolution (bsc#997236) 8c465007-vdagentd-fixes-small-leak.patch f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch
* Thu Jun 02 2016 cbosdonnatAATTsuse.com- fate#320079
* Tue Jul 21 2015 mpluskalAATTsuse.com- Update tp 0.16.0
* Xspice support
* Release clipboard on client disconnect if owned by client (rhbz#1003977)
* Turn some error messages into debugging messages (rhbz#918310)
* Not having the virtio channel is not an error; instead silently do nothing- Cleanup spec file with spec-cleaner- Actually apply spice-vdagent-var_run.patch