From dca63ebf3868b305bf08578d5a1a23f92cef4af3 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 23 Feb 2012 18:09:34 +0100 Subject: Release v0.10 --- NEWS | 13 +++++++++++++ THANKS | 1 + gtk/Makefile.am | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 01ea249..523e277 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ +v0.10 +===== + +- USB redir is now aware of host/guest side filtering +- you can query spice_usb_device_manager_can_redirect_device() +- fix the usbredir channel lifetime to be equal to session lifetime +- set keepalive on channel socket +- fix hangs on windows when using ssl chanels +- add a SpiceDisplay::zoom-level to maintain a scaling ratio +- add controller ENABLE_SMARTCARD option +- remove a few warnings, ui improvements, build fixes + v0.9 ==== + - Add command line options for setting the cache size and the glz window size - Add a USB device selection widget to libspice-client-gtk - Various bug fixes and code improvements diff --git a/THANKS b/THANKS index 3840f1c..b296695 100644 --- a/THANKS +++ b/THANKS @@ -5,4 +5,5 @@ Attila Sukosd Christophe Fergeau Daniel P. Berrange Hans de Goede +Nicolas Prochazka Tiziano Mueller diff --git a/gtk/Makefile.am b/gtk/Makefile.am index fd2e477..7b2211d 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -156,7 +156,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-info 5:0:4 \ + -version-info 6:0:5 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) -- cgit v1.2.3