mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Release 0.12.0
This commit is contained in:
parent
124984a171
commit
dc3cd205dd
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
||||
Major changes in 0.12.0:
|
||||
========================
|
||||
* Stable Release
|
||||
* support setting client monitor configuration via device
|
||||
QXLInterface::client_monitors_config
|
||||
* support notifying guest of client capabilities
|
||||
QXLInterface::set_client_capabilities
|
||||
* new capability for A8 Surface support
|
||||
* Enable build on armv6+
|
||||
* Option to quit server after first client disconnects
|
||||
spice_server_set_exit_on_disconnect
|
||||
|
||||
Major changes in 0.11.3:
|
||||
========================
|
||||
* !Development Release!
|
||||
|
||||
@ -11,8 +11,8 @@ AC_PREREQ([2.57])
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 11)
|
||||
m4_define([SPICE_MICRO], 5)
|
||||
m4_define([SPICE_MINOR], 12)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
m4_define([SPICE_CURRENT], [6])
|
||||
m4_define([SPICE_REVISION], [0])
|
||||
m4_define([SPICE_AGE], [5])
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <spice/qxl_dev.h>
|
||||
#include <spice/vd_agent.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000b05 /* release 0.11.5 */
|
||||
#define SPICE_SERVER_VERSION 0x000c00 /* release 0.12.0 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user