summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-01-15 19:52:51 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-01-15 22:07:05 +0100
commitb84535b6db0b7420885d2a2b0e2f0ac3d1a80910 (patch)
tree87ac0d3ede0ad39f68934176b1579c5669a8794c
parentc5093cf7d50abe3759def01073cf6fef6630a4a0 (diff)
Release 0.8v0.8
-rw-r--r--.mailmap2
-rw-r--r--AUTHORS8
-rw-r--r--NEWS14
-rw-r--r--gtk/Makefile.am4
-rw-r--r--po/POTFILES.in11
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 @@
# <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>
diff --git a/AUTHORS b/AUTHORS
index 289072b..5c0c4d6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
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