summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-23 18:09:34 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-23 19:02:52 +0100
commitdca63ebf3868b305bf08578d5a1a23f92cef4af3 (patch)
tree040de5450498324ebf560ee7b3700eade5fa416e
parentf2962e8ceff8b4810abade38447cab288a360918 (diff)
Release v0.10v0.10
-rw-r--r--NEWS13
-rw-r--r--THANKS1
-rw-r--r--gtk/Makefile.am2
3 files changed, 15 insertions, 1 deletions
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 <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)