diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +v0.15 +===== + +- Add HTTP Proxy support (only with glib >= 2.26) +- Add "port" channel support, to allow arbitrary communication on top + of spice connection +- usb-redir: fix migration support +- win32: various keyboard & mouse fixes +- Add info message when USB dialog is empty +- Fix initial black screen on some 16bits guest +- Various bug fixes and improvements + v0.14 ===== diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 9f3fb84..5b219a7 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -171,7 +171,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-info 8:0:0 \ + -version-info 9:0:1 \ -no-undefined \ $(GLIB_VERSION_LDFLAGS) \ $(NULL) |