diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-02-06 15:40:01 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-02-06 15:40:38 +0100 |
commit | c91b0488f4e1664b2a0a75f3542b5705f46fa290 (patch) | |
tree | d7a2b173d1d7d318a184b06515a58a39c3b433c1 | |
parent | 84866854f3369184140c60bb218fdd8e407f43f6 (diff) |
Release v0.17v0.17
v0.17
=====
- Update spice-common with fedora 875348, 826036 fixes
- Multi-monitor fixes (avoid monitor order shuffling, fix mouse offset
if monitor 0 is not at +0+0 and let agent do monitor offset)
- Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG
- Add controller & session "proxy" properties
- Add drag and drop file copy support to send file to guest, you will
need capable agent to use that feature. Adds spice_main_file_copy_async()
- Introspection fixes
- Build fixes
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +v0.17 +===== + +- Update spice-common with fedora 875348, 826036 fixes +- Multi-monitor fixes (avoid monitor order shuffling, fix mouse offset + if monitor 0 is not at +0+0 and let agent do monitor offset) +- Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG +- Add controller & session "proxy" properties +- Add drag and drop file copy support to send file to guest, you will + need capable agent to use that feature. Adds spice_main_file_copy_async() +- Introspection fixes +- Build fixes + v0.16 ===== |