diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -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 @@ -5,4 +5,5 @@ Attila Sukosd <attila.sukosd@gmail.com> Christophe Fergeau <cfergeau@redhat.com> Daniel P. Berrange <berrange@redhat.com> Hans de Goede <hdegoede@redhat.com> +Nicolas Prochazka <prochazka.nicolas@gmail.com> Tiziano Mueller <dev-zero@gentoo.org> 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) |