diff options
-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 |