summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--gtk/Makefile.am2
2 files changed, 13 insertions, 1 deletions
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)