[Spice-commits] 2 commits - NEWS spice/qxl_windows.h
Christophe Fergau
teuf at kemper.freedesktop.org
Tue Jun 30 07:36:14 PDT 2015
NEWS | 9 +++++++++
spice/qxl_windows.h | 1 +
2 files changed, 10 insertions(+)
New commits:
commit 4a4ab47db5c491b55865bb3d506604cef27eeec0
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Wed May 27 15:11:58 2015 +0200
Prepare for spice-protocol 0.12.8 release
diff --git a/NEWS b/NEWS
index 8fcc327..1df2893 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 0.12.8
+=======================
+* add LZ4 support
+* add audio volume synchronization
+* deprecate unused vdi-dev
+* add 'preferred-compression' message/capability
+* add a new Windows driver escape code to send
+ monitors capability from guest to client
+
Major changes in 0.12.7
=======================
* add support for Webdav channel
commit e93fdd47ef3a3e98972918a76649073bf5ed0358
Author: Sandy Stutsman <sstutsma at redhat.com>
Date: Wed Jun 24 14:31:27 2015 -0400
Add QXL_ESCAPE_MONITOR_CONFIG enum
New escape for sending monitor position information from guest to client
diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h
index d1df684..bc2ceff 100644
--- a/spice/qxl_windows.h
+++ b/spice/qxl_windows.h
@@ -7,6 +7,7 @@
enum {
QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
+ QXL_ESCAPE_MONITOR_CONFIG
};
typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
More information about the Spice-commits
mailing list