summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-12-21 16:22:45 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-12-21 16:24:40 +0100
commit4b1c77be76c72fd8144c97adceaeb1cf3554f355 (patch)
tree07986acfbcbb6d34ed3e7389c31c00f461a86dd3
parent12a20d80e071af623f3f1999b65599a822287c40 (diff)
Release v0.15v0.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
-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)