From 4b1c77be76c72fd8144c97adceaeb1cf3554f355 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 21 Dec 2012 16:22:45 +0100 Subject: Release v0.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 --- NEWS | 12 ++++++++++++ gtk/Makefile.am | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f69909b..5395d5d 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.3