diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-08 15:34:32 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-08 15:43:30 +0100 |
commit | d8d65a2f97a8eb141dec1166e26b7bfb7e9f972b (patch) | |
tree | 2459f522b65bbd83b224aea28ed2527d112dcc80 | |
parent | 3e5aeafdc2279e9bcaf22b7cd6c7c6163c4769bd (diff) |
Release v0.11v0.11
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | gtk/Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,12 @@ +v0.11 +===== + +- Fix semi-seamless migration regression +- Add Spice session UUID and name support +- Add foreign menu support to controller library +- Add a simple controller testing tool spice-controller-dump +- Build fixes + v0.10 ===== diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 29c7fb5..ed40ce8 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -155,7 +155,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-info 6:0:5 \ + -version-info 7:0:6 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) diff --git a/po/POTFILES.in b/po/POTFILES.in index cd21e3c..5618ba2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -13,3 +13,4 @@ gtk/spicy.c gtk/usb-device-manager.c gtk/usb-device-widget.c gtk/usbutil.c +gtk/channel-usbredir.c |