mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
bump version to 0.11.2
New api entries:
spice_server_vm_start
spice_server_vm_stop
spice_server_set_seamless_migration
This commit is contained in:
parent
f45fb9e1b6
commit
92f3ee6ed8
@ -12,7 +12,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 11)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
m4_define([SPICE_CURRENT], [3])
|
||||
m4_define([SPICE_REVISION], [0])
|
||||
m4_define([SPICE_AGE], [2])
|
||||
|
||||
@ -116,3 +116,10 @@ SPICE_SERVER_0.10.3 {
|
||||
SPICE_SERVER_0.10.4 {
|
||||
spice_qxl_monitors_config_async;
|
||||
} SPICE_SERVER_0.10.3;
|
||||
|
||||
SPICE_SERVER_0.11.2 {
|
||||
global:
|
||||
spice_server_vm_start;
|
||||
spice_server_vm_stop;
|
||||
spice_server_set_seamless_migration;
|
||||
} SPICE_SERVER_0.10.4;
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <spice/qxl_dev.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000b01 /* release 0.11.1 */
|
||||
#define SPICE_SERVER_VERSION 0x000b02 /* release 0.11.2 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user