Release 0.12.0

This commit is contained in:
Alon Levy 2012-09-15 00:36:54 +03:00
parent 124984a171
commit dc3cd205dd
3 changed files with 15 additions and 3 deletions

12
NEWS
View File

@ -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!

View File

@ -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])

View File

@ -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 */