summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-07-18 08:23:38 +0200
committerHans de Goede <hdegoede@redhat.com>2011-07-18 08:23:38 +0200
commitba77df235d779ec2d8fa069fb7da699decb4c3ed (patch)
treeea1f97eaa4bdd2d8bda43f3501076eaf8e72f098
parent56fc8d0cc19dae7170fb515e5264c7db7df5773f (diff)
downloadvd_agent-spice-vdagent-0.8.1.tar.gz
vd_agent-spice-vdagent-0.8.1.tar.xz
vd_agent-spice-vdagent-0.8.1.zip
Prepare for a 0.8.1 releasespice-vdagent-0.8.1
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c6e8f..d999422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])