diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-01-15 19:52:51 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-01-15 22:07:05 +0100 |
commit | b84535b6db0b7420885d2a2b0e2f0ac3d1a80910 (patch) | |
tree | 87ac0d3ede0ad39f68934176b1579c5669a8794c | |
parent | c5093cf7d50abe3759def01073cf6fef6630a4a0 (diff) |
Release 0.8
-rw-r--r-- | .mailmap | 2 | ||||
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | gtk/Makefile.am | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 11 |
5 files changed, 30 insertions, 9 deletions
@@ -2,4 +2,6 @@ # <Preferred address in AUTHORS> <other alias used by same author> <cfergeau@redhat.com> <teuf@gnome.org> +<cfergeau@redhat.com> <cfergeau@gmail.com> <marcandre.lureau@redhat.com> <marcandre.lureau@gmail.com> +<dev-zero@gentoo.org> <tiziano.mueller@stepping-stone.ch> @@ -1,2 +1,6 @@ -Gerd Hoffmann <kraxel@redhat.com> -Marc-André Lureau <marcandre.lureau@redhat.com> +The following people contributed significantly to spice-gtk: + +Gerd Hoffmann <kraxel@redhat.com> - original author +Marc-André Lureau <marcandre.lureau@redhat.com> - maintainer +Hans de Goede <hdegoede@redhat.com> - usb redirection +Christophe Fergeau <cfergeau@redhat.com> - smartcard @@ -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 |