mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Release 0.10.3
This commit is contained in:
parent
bf0daeb3a3
commit
0d01de3108
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
Major changes in 0.10.3 (0.10.2 was never released)
|
||||
===================================================
|
||||
* Add support for video streams with differently sized (wxh) data
|
||||
* Add controller messages for USB redirection, COLOR_DEPTH, DISABLE_EFFECTS,
|
||||
and ENABLE_SMARTCARD
|
||||
* Add name & uuid messages on main channel
|
||||
* some cleanups
|
||||
* Fixes RHBZ#815422, RHBZ#807295, RHBZ#787447
|
||||
|
||||
Major changes in 0.10.1
|
||||
=======================
|
||||
* Add support for a header without sublist and serial (mini header)
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 10)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
m4_define([SPICE_MICRO], 3)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user