summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 5645e65d05a0ed3ac621673c9473e5e6ddb450e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Major changes in 0.10.0
=======================
* no changes, released to match version with spice

Major changes in 0.9.1 (same as 0.8.2 in 0.8 branch)
======================
* Add support for semi-seamless migration

Major changes in 0.9.0
======================
* Add support for generic spicevmc chardev passthrough messages
* Add USB redirection channel

Major changes in 0.8.1
======================
* Add support for volume change
* Add support for async guest io writes and interrupt
* Add support for suspend related guest io writes
* Add support for interrupt indicating guest bug

Major changes in 0.8.0
======================
* Add support for different clipboards (selections) to vd_agent copy paste
* Add support for using different authentication mechanisms (just SASL for now)

Major changes in 0.7.1
======================
* Add some enums for the xorg qxl driver
* Some other small fixes

Major changes in 0.7.0
======================
* Add smartcard channel

Major changes in 0.6.4
======================
* Make controller client protocol menu text UTF8 rather then 16 bit unicode

Major changes in 0.6.3:
=======================
* Add support for copy and paste to the agent protocol
* Add foreign-menu and external controller client protocol headers

Major changes in 0.6.2:
=======================
* Skipped to stay in sync with spice

Major changes in 0.6.1:
=======================
* Added compat flag for 16bpp commands

Major changes in 0.6.0:
=======================
* Initial messages for clipboard sharing
* Move agent protocol structs from spice to spice-protocol
* Add capabilities to agent protocol

Major changes in 0.5.3:
=======================

Network major number changed to 2 to reflect that the network
protocol is now stable and backwards compatible from this point.

Some vdagent messages for display settings and clipboard sharing
were added.

Major changes in 0.5.2:
=======================

This is the first release of the unstable 0.5.x series leading up to 0.6.
This module was split out of spice so that e.g. drivers and qemu can
get the types and constants they need without using the full spice
codebase.