mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 07:01:36 +00:00
Release 0.9.0
This commit is contained in:
parent
80cae9e1e4
commit
b1f84f219f
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 8)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MINOR], 9)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user