Tag 'xf86-video-qxl-0.1.4' created by Christophe Fergeau <cferg...@redhat.com> at 2015-04-02 14:54 +0000
xf86-video-qxl-0.1.4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABCAAGBQJVHVh/AAoJEKnYwhQprGyC66IP/j41/zt+rMKHXpnJdbfI9BjP tnEulIgUXtwkzY29Yz1vg/Ig2TjTYOrQOAKmQDPbTc3ZgYL7a/xzZ+nvmS49+Zqn xm0ASUYAgKR/Fo758m6AQAR1PcFEQnisCzGvsZqUavFA/lBTw0iq8qSn+wmw/t80 hgSwfOS+CsTmOx1q2MTIl0X28uDYjkIPlSLbKjVFt2b4YpYsIbejcQg0OhDS69gh rway0nypI14FFs7B3gpkZX80cCeeSavY/SY7QhFlj7qPr7ac8KxiswiVtBwQ75ap EYNJlnN68PhK7sr8jhBYfTsaeLSisJBGO0+vk3RvUcn6NTHhHcQ8MTO0crg+mAr3 P0bZbBDRFUT8g4q3eZWngP6/ZT3TZ/YbCrP9GzqZ1ujGdVgJTQBptvyCCY12kjql 4tnDL7smICR1Je57fCeU/15bY2vgOrJgnoKNQK/8CNbNUkMBi3H5p2ga2kV1vxUx zc7oaYl9H4C5ivNbzmAzipPt7lBbdM+FNQQdoAuXWiNKjLZFEZWmeUg3tV4jYsxr TNP4aYmBrg6BmgRkFC4D2E0tNdMdxXAf6g+eoH79mtoW6Qd53z1zEvTOVKSjbsRW Wg6v1A/By5GQie23WUoRawYm3xSdkT4DnpBwjUHKiPkmZ3zG7SPFJGffeyAQuyfO 1A6ITQ1a3KtcawyqFq/V =SVqk -----END PGP SIGNATURE----- Changes since xf86-video-qxl-0.1.3: Christophe Fergeau (4): build-sys: Add spiceqxl_smartcard.h to _SOURCES build-sys: Fix indentation of trailing \ in Makefile.am Don't leak ARGB cursor data bo Prepare for 0.1.4 release Jeremy White (3): Enable smartcard support for XSpice. Support IFD_RESET, print a diagnostic for unknown power sequences. Spice CCID: Handle server termination. Jonathon Jongsma (1): Update drm properties correctly Marc-André Lureau (4): Xspice: fail if server can't be initialized Remove image cache build-sys: misc aligning and trailing ws build-sys: use regular variables for LIBUDEV_CFLAGS Uri Lublin (8): scripts/Xspice: which: warn if executable is not found scripts/Xspice: better error messages for missing vdagent binaries scripts/Xspice: add default spice-vdagent executable names scripts/Xspice: run vdagentd with -f command line option (fake uinput) playback_dir_changed: rename variable "index" to "offset" vmc_read: rename variable "read" to "nbytes" README.xspice: clone more repos, add some script lines and more README.xspice: clone and install xkeyboard-config --- NEWS | 7 README.xspice | 97 ++++-- configure.ac | 27 + examples/spiceqxl.xorg.conf.example | 3 scripts/Xspice | 20 + src/Makefile.am | 126 ++++---- src/qxl.h | 4 src/qxl_cursor.c | 1 src/qxl_driver.c | 22 + src/qxl_drmmode.c | 48 +++ src/qxl_drmmode.h | 1 src/qxl_image.c | 106 ------- src/spiceccid/Makefile.am | 29 + src/spiceccid/spice.pcsc.conf.template | 7 src/spiceccid/spiceccid.c | 488 +++++++++++++++++++++++++++++++++ src/spiceqxl_audio.c | 16 - src/spiceqxl_smartcard.c | 193 +++++++++++++ src/spiceqxl_smartcard.h | 31 ++ src/spiceqxl_vdagent.c | 8 19 files changed, 1024 insertions(+), 210 deletions(-) ---