diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-04-20 10:51:32 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-04-20 10:51:32 +0200 |
commit | 9a03fbcbe49fa9817529824999ce3c155c217289 (patch) | |
tree | a0d303dc409227fa48621ee95315c28254f4f9e8 | |
parent | e733aee0f2726e68736bf3d0dfb4545c6c786dd0 (diff) |
Release 0.8.10.8.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Major changes in 0.8.1: +======================= +* client: Fix handling of --smartcard-db option +* client: Add --version option +* spicec-x11: Work around a bug in xsel +* spicec-x11: Don't crash on apps sending bad atoms as TARGETS +* server: Make copy paste support configurable +* server: Various fixes to agent <-> client data handling + Major changes in 0.8.0: ======================= * client: exit nicely for --controller with no SPICE_XPI_SOCKET (rhbz#644292) diff --git a/configure.ac b/configure.ac index 810e92a..dffc975 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 8) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice) |