[Spice-commits] 2 commits - NEWS doc/reference gtk/spice-session.h
Marc-André Lureau
elmarco at kemper.freedesktop.org
Thu Dec 11 06:37:32 PST 2014
NEWS | 19 +++++++++++++++++++
doc/reference/spice-gtk-sections.txt | 1 +
gtk/spice-session.h | 2 +-
3 files changed, 21 insertions(+), 1 deletion(-)
New commits:
commit 620faed8ceb46b184648ea2be42fc462c6377b45
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Thu Dec 11 14:54:54 2014 +0100
Prepare 0.27 release
diff --git a/NEWS b/NEWS
index 361a60c..abc1477 100644
--- a/NEWS
+++ b/NEWS
@@ -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
=====
commit 770369a52156076843f8d5e49630ccd6109e1b9a
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Thu Dec 11 14:58:57 2014 +0100
docs: improvements for 0.27 release
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt
index 141a32e..5d7b176 100644
--- a/doc/reference/spice-gtk-sections.txt
+++ b/doc/reference/spice-gtk-sections.txt
@@ -307,6 +307,7 @@ spice_usb_device_manager_connect_device_finish
<SUBSECTION>
SpiceUsbDevice
spice_usb_device_get_description
+spice_usb_device_get_libusb_device
<SUBSECTION Standard>
SPICE_USB_DEVICE_MANAGER
SPICE_IS_USB_DEVICE_MANAGER
diff --git a/gtk/spice-session.h b/gtk/spice-session.h
index a79894f..750af29 100644
--- a/gtk/spice-session.h
+++ b/gtk/spice-session.h
@@ -52,7 +52,7 @@ typedef enum {
* @SPICE_SESSION_MIGRATION_NONE: no migration going on
* @SPICE_SESSION_MIGRATION_SWITCHING: the session is switching host (destroy and reconnect)
* @SPICE_SESSION_MIGRATION_MIGRATING: the session is migrating seamlessly (reconnect)
- * @SPICE_SESSION_MIGRATION_CONNECTING: the migration is connecting to destination
+ * @SPICE_SESSION_MIGRATION_CONNECTING: the migration is connecting to destination (Since: 0.27)
*
* Session migration state.
**/
More information about the Spice-commits
mailing list