Tag 'xserver-xorg-video-qxl-0.1.5-1' created by Laurent Bigonville <bi...@debian.org> at 2016-12-20 16:34 +0000
xserver-xorg-video-qxl Debian release 0.1.5-1 Changes since 0.1.4+20161126git4d7160c-1: Christophe Fergeau (8): Fix "calles" typo in comment build: Error out when enabling xspice with X.Org 1.19 build-sys: Update for 0.1.5 release xspice: Adjust to X.org 1.19 changes Xspice: Replace malloc/strdup use with xnfalloc/xnfstrdup Remove unused 'event_mask' field Revert "Remove unused 'event_mask' field" NEWS: Xspice now works with X.org 1.19 Dave Airlie (2): Disable surfaces when KMS is used Disable composite/a8 surfaces for KMS Francois Gouget (1): spiceqxl: Improve the Xspice and Xorg configuration option descriptions Laurent Bigonville (5): Merge branch 'upstream-unstable' into debian-unstable New upstream release Revert "Disable Xspice again, it's not working with XOrg 1.19 release" Update ChangeLog file Release to unstable --- ChangeLog | 117 +++++++++++++++ NEWS | 13 + configure.ac | 5 debian/Xspice.1 | 115 +++++++++++++++ debian/changelog | 10 + debian/control | 15 ++ debian/patches/no-surfaces-kms.patch | 17 -- debian/patches/qxl-kms-disable-composite.patch | 43 ----- debian/patches/series | 2 debian/rules | 6 debian/xserver-xspice.docs | 2 debian/xserver-xspice.install | 3 debian/xserver-xspice.manpages | 1 examples/spiceqxl.xorg.conf.example | 187 +++++++++++++------------ scripts/Xspice | 74 +++++---- src/qxl_uxa.c | 10 + src/spiceqxl_audio.c | 2 src/spiceqxl_main_loop.c | 99 ++++++++++++- src/spiceqxl_spice_server.c | 12 - 19 files changed, 535 insertions(+), 198 deletions(-) ---