mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-08 21:14:05 +00:00
Release 0.8.1
For qxl_dev.h changes.
This commit is contained in:
parent
156490faa1
commit
771f21b6c9
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
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
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 8)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user