diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-12-11 14:54:54 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-12-11 14:59:07 +0100 |
commit | 620faed8ceb46b184648ea2be42fc462c6377b45 (patch) | |
tree | 11dde87e29bcc55d0f11098633d2f661851258e8 | |
parent | 770369a52156076843f8d5e49630ccd6109e1b9a (diff) |
Prepare 0.27 releasev0.27
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +v0.27 +===== + +- add GStreamer 1.0 audio support +- add LZ4 compression algorithm support +- learn to release the keyboard grab on release keys pressed (ctrl+alt + by default), to let alt+f4/alt-tab and others for client side +- session and channels life-cycle changes: a channel will no longer + hold a reference after session disconnection +- migration fixes, fail early on client provided fds (this is left to + solve in the future) +- fix support for Gtk+ 3.0 on Windows +- clipboard size fixes +- server-side pointer drawing on grab +- new APIs: + spice_usb_device_get_libusb_device() + spice_session_is_for_migration() +- build-sys improvements + v0.26 ===== |