diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-07-18 08:23:38 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-07-18 08:23:38 +0200 |
commit | ba77df235d779ec2d8fa069fb7da699decb4c3ed (patch) | |
tree | ea1f97eaa4bdd2d8bda43f3501076eaf8e72f098 | |
parent | 56fc8d0cc19dae7170fb515e5264c7db7df5773f (diff) |
Prepare for a 0.8.1 releasespice-vdagent-0.8.1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +spice-agent-0.8.1 +----------------- +* In daemon mode the session vdagent now retries connecting to the system + vdagentd every second, once a connection is made a version check is done, + if the version differs (which only happens on an upgrade from one version + to the next) the sesion vdagent re-execs itself (Marc-André Lureau) + spice-agent-0.8.0 ----------------- * Add support for copy and paste using the primary selection, to use this diff --git a/configure.ac b/configure.ac index 1c3fb1a..9ed8407 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.65) -AC_INIT([spice-vdagent], [0.8.0]) +AC_INIT([spice-vdagent], [0.8.1]) AC_CONFIG_SRCDIR([configure.ac]) AM_CONFIG_HEADER([src/config.h]) |