mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
Release 0.9.2
This commit is contained in:
parent
c39d842ff1
commit
aefe01c02c
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Major changes in 0.9.2:
|
||||
=======================
|
||||
* !Development Release!
|
||||
* server: semi-seamless migration support (RHBZ 738266)
|
||||
* client: semi-seamless migration support (RHBZ 725009, 738270)
|
||||
* Various bugfixes / cleanups
|
||||
* require spice-protocol >= 0.9.1
|
||||
|
||||
Major changes in 0.9.1:
|
||||
=======================
|
||||
* !Development Release!
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 9)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
|
||||
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
|
||||
|
||||
|
||||
@ -89,5 +89,6 @@ global:
|
||||
spice_server_record_set_mute;
|
||||
spice_server_record_set_volume;
|
||||
spice_server_get_num_clients;
|
||||
spice_server_migrate_connect;
|
||||
} SPICE_SERVER_0.8.2;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user