summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-09-02 19:45:40 +0300
committerAlon Levy <alevy@redhat.com>2012-09-02 20:54:37 +0300
commit8ac808918c96785f3795c253ea302f613f6413de (patch)
tree016c9e319404acdf2a8dceeb7e301b01c6f14a44 /NEWS
parenta6b2c10c1e4038929d6e5c4a73292a8c7a6a3eb7 (diff)
downloadspice-8ac808918c96785f3795c253ea302f613f6413de.tar.gz
spice-8ac808918c96785f3795c253ea302f613f6413de.tar.xz
spice-8ac808918c96785f3795c253ea302f613f6413de.zip
0.11.3 release0.11.3
No new api entries.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 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!