diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-12-21 16:22:45 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-12-21 16:24:40 +0100 |
commit | 4b1c77be76c72fd8144c97adceaeb1cf3554f355 (patch) | |
tree | 07986acfbcbb6d34ed3e7389c31c00f461a86dd3 /gtk/Makefile.am | |
parent | 12a20d80e071af623f3f1999b65599a822287c40 (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
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |