From b84535b6db0b7420885d2a2b0e2f0ac3d1a80910 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sun, 15 Jan 2012 19:52:51 +0100 Subject: Release 0.8 --- .mailmap | 2 ++ AUTHORS | 8 ++++++-- NEWS | 14 ++++++++++++++ gtk/Makefile.am | 4 ++-- po/POTFILES.in | 11 ++++++----- 5 files changed, 30 insertions(+), 9 deletions(-) diff --git a/.mailmap b/.mailmap index f998761..7938323 100644 --- a/.mailmap +++ b/.mailmap @@ -2,4 +2,6 @@ # + + diff --git a/AUTHORS b/AUTHORS index 289072b..5c0c4d6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,6 @@ -Gerd Hoffmann -Marc-André Lureau +The following people contributed significantly to spice-gtk: + +Gerd Hoffmann - original author +Marc-André Lureau - maintainer +Hans de Goede - usb redirection +Christophe Fergeau - smartcard diff --git a/NEWS b/NEWS index 5ce9dd9..18687af 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +v0.8 +==== + +- add USB redirection support, see Hans comments in the log and that + post for details: http://hansdegoede.livejournal.com/11084.html +- introduce SpiceGtkSession to deal with session-wide Gtk events, such + as clipboard, instead of doing it per display +- many cursor and keyboard handling improvements +- handle the new "semi-seamless" migration +- support new Spice mini-headers +- better coroutines: fibers on windows & jmp on linux +- add Vala vapi bindings generation +- many bug fixes and code improvements + v0.7 ==== diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 8279846..f919aab 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -89,7 +89,7 @@ AM_CPPFLAGS = \ # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html SPICE_GTK_LDFLAGS_COMMON = \ - -version-info 1:2:0 \ + -version-info 2:0:1 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) @@ -152,7 +152,7 @@ nodist_libspice_client_gtkinclude_HEADERS = \ $(NULL) libspice_client_glib_2_0_la_LDFLAGS = \ - -version-info 4:0:3 \ + -version-info 5:0:4 \ -no-undefined \ $(VERSION_LDFLAGS) \ $(NULL) diff --git a/po/POTFILES.in b/po/POTFILES.in index a1875c5..b008d10 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,12 +1,13 @@ -gtk/spicy.c -gtk/snappy.c -gtk/spice-cmdline.c -data/spicy.desktop.in.in data/spice-mime.xml.in +data/spicy.desktop.in.in gtk/display/display-name.c gtk/display/gnome-rr-config.c +gtk/display/gnome-rr-generic.c gtk/display/gnome-rr-windows.c gtk/display/gnome-rr-x11.c -gtk/display/gnome-rr-generic.c +gtk/snappy.c +gtk/spice-cmdline.c gtk/spice-option.c gtk/spicy-stats.c +gtk/spicy.c +gtk/usb-device-manager.c -- cgit v1.2.3