* Tue Oct 04 2022 carnold@suse.com
- jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen
and KVM Management
* Fri Feb 11 2022 carnold@suse.com
- Update to version 0.14.4
* Fix enum deprecation warning for visual studio
* Fix documentation typos in stream-device.h
* Mon Oct 05 2020 brogers@suse.com
- Update to version 0.14.3
+ Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
WebDAV support
+ Add support for side mouse buttons
+ Add a MonitorsMM field to VDAgentMonitorsConfig allowing to pass
physical monitor dimension
* Wed Sep 30 2020 dimstar@opensuse.org
- Drop libdir=/usr/(lib|lib64} entry from the .pc file: the
package is noarch and the libdir entry changes between archs
(boo#1109895).
* Mon Aug 17 2020 dmueller@suse.com
- update to 0.14.2:
* Removed Autoconf support, only Meson is available
* Removed foreign-menu and controller interfaces
* Deprecated CELT support
* Generate MingW packages building the RPM
* Allows for the agent to pass back a more specific error to the client
* Add quality indicators messages
* Mon Mar 09 2020 brogers@suse.com
- Update to version 0.14.1
+ Introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL
+ Introduce VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB
+ Deprecate foreign-menui_prot.h and controller_prot.h interfaces
+ Remove VD_AGENT_CLIPBOARD_MAX_SIZE_[DEFAULT ENV]
+ Define Quality Indicator messages and enums
+ Fix alignment for QXLReleaseInfo
+ Other misc fixes
* Tue Apr 16 2019 brogers@suse.com
- Update to version 0.14.0:
+ Add: VDAgentGraphicsDeviceInfo and StreamMsgGraphicsDeviceInfo
messages, and SpiceStat structure padding
+ Remove: SpicePubkeyType, SpiceTunnelServiceType,
SpiceTunnelIpType, SPICE_MSG_TUNNEL_* and SPICE_MSGC_TUNNEL_*
- Add keyring and tarball signature files
* Thu Feb 28 2019 olaf@aepfle.de
- Require meson >= 0.41.0 per meson.build
- Use autosetup -p1, in case we require patches in the future
* Sat Jan 19 2019 brogers@suse.com
- Update to version 0.12.15:
+ add support for h265 video codec
* Tue Jun 19 2018 luc14n0@linuxmail.org
- Update to version 0.12.14:
+ Add: stream-device protocol; SPICE_SURFACE_FLAGS_STREAMING_MODE
flag; e2k (Elbrus 2000) architecture and SPICE_MAX_NUM_STREAMS.
- Replace autoconf and automake BuildRequires with meson, and
configure/make (install) with meson/meson_build/meson_install
macros to follow upstream changes.