mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-10 00:56:14 +00:00
Release 0.12.1
This commit is contained in:
parent
3b619bd9c1
commit
6e42db2750
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
Major changes in 0.12.1
|
||||
=======================
|
||||
* Support seamless migration.
|
||||
* New QXLComposite message for better X support.
|
||||
* Support arbitrary scancode message INPUTS_KEY_SCANCODE.
|
||||
|
||||
Major changes in 0.12.0
|
||||
=======================
|
||||
* Add support for arbitrary resolution on Windows QXL with
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 12)
|
||||
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