From 8ac808918c96785f3795c253ea302f613f6413de Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 2 Sep 2012 19:45:40 +0300 Subject: 0.11.3 release No new api entries. --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 68369af9..cd06e042 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Major changes in 0.11.3: +======================== +* !Development Release! +* This entry contains all 0.11.0 .. 0.11.3 changes. +* Support seamless migration: no loss of in transit messages. Still not + supported for agent, smartcard and usb. +* Support a new rendering message, Composite, for much improved linux guest + performance. +* Support arbitrary resolution & multiple monitors on a single display channel. +* Improved keyboard handling under network latency with new + SPICE_MSGC_INPUTS_KEY_SCANCODE message. +* New libspice-server.so symbols: + spice_server_set_seamless_migration + spice_server_vm_stop + spice_server_vm_start + spice_qxl_monitors_config_async +* New capabilities: + SPICE_DISPLAY_CAP_COMPOSITE + SPICE_DISPLAY_CAP_MONITORS_CONFIG + SPICE_INPUTS_CAP_KEY_SCANCODE + SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS + SPICE_MAIN_CAP_SEAMLESS_MIGRATE +* Misc: + * char_device.c: Introducing shared flow control code for char devices + * Enable build without client, cegui and slirp. + Major changes in 0.11.0: ======================== * !Development Release! diff --git a/configure.ac b/configure.ac index 79eeb3b2..cb7bed16 100644 --- a/configure.ac +++ b/configure.ac @@ -12,10 +12,10 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 11) -m4_define([SPICE_MICRO], 2) -m4_define([SPICE_CURRENT], [3]) +m4_define([SPICE_MICRO], 3) +m4_define([SPICE_CURRENT], [4]) m4_define([SPICE_REVISION], [0]) -m4_define([SPICE_AGE], [2]) +m4_define([SPICE_AGE], [3]) # Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned # from looking at libtool 2.4.2) -- cgit