mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Release 0.12.6
This commit is contained in:
parent
7be0e88e7e
commit
784407f248
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
Major changes in 0.12.6
|
||||
=======================
|
||||
* add adaptive video streaming support:
|
||||
control playback latency and receive playback
|
||||
reports from the client.
|
||||
* add agent capabilities for signaling guest line ending.
|
||||
|
||||
Major changes in 0.12.5
|
||||
=======================
|
||||
* Add agent file xfer success status
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 12)
|
||||
m4_define([SPICE_MICRO], 5)
|
||||
m4_define([SPICE_MICRO], 6)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user