mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
Major changes in 0.5.3:
|
|
=======================
|
|
|
|
Major changes in this release:
|
|
* Various changes in the network protocol to make it more efficient.
|
|
* New commandline arguments to enable/disable jpeg and zlib-over-glz.
|
|
* Initial work on clipboard sharing added
|
|
* Fix color channel order for mjpegs when connecting to older spice
|
|
server.
|
|
|
|
Major changes in 0.5.2:
|
|
=======================
|
|
|
|
This is the first release of the unstable 0.5.x series leading up to 0.6.
|
|
With this release the API of spice-server is considered stable, but
|
|
the network protocol and QXL PCI ABI are still unstable.
|
|
|
|
The major changes compared to the 0.4 series are:
|
|
|
|
* New, more efficient network protocol
|
|
* Support for offscreen surfaces in guest driver
|
|
* New spice-server API
|
|
* A marshalling/demarshalling system that isolates the network
|
|
protocol parsing from the internal types
|
|
* A PCI parsing and validation layer making it easier to
|
|
get backwards compatibility, cleaning up the internals ans
|
|
makes security review easier.
|
|
* WAN support, including lossy compression using jpeg and
|
|
zlib compression.
|
|
* Easier to build. No more dependencies on forked versions
|
|
of pixman and cairo. Separate module spice-protocol containing
|
|
headers used when building drivers and qemu.
|