summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-03-27 13:49:07 +0200
committerHans de Goede <hdegoede@redhat.com>2012-03-27 13:49:07 +0200
commit99559f13c964a7adea7fd8fa98a33bd2502f09a3 (patch)
tree5ab75dfc8092494a0b37d76a1870d01f46acc538
parent9a58d8ee70c13677a1b62a2c8af694829c7afec5 (diff)
Prepare for 0.10.1 releaseHEADspice-vdagent-0.10.1master
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--ChangeLog22
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bee4d8..fb62dca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,26 @@
-spice-agent-0.10.0
-------------------
+spice-vdagent-0.10.1
+--------------------
+* Fix a race condition when opening the vdagent virtio serial port, which
+ caused it to get opened / closed in rapid succession a number of times
+ on vm boot
+
+spice-vdagent-0.10.0
+--------------------
* Add limited support for multiple displays, see README
* Add support for RHEL-5 (and other distributions with a non hotplug
capable Xorg and/or no console-kit), see README.RHEL-5
* Add support for using libsystemd-logind as session information source
instead of console-kit
-spice-agent-0.8.1
------------------
+spice-vdagent-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
------------------
+spice-vdagent-0.8.0
+-------------------
* Add support for copy and paste using the primary selection, to use this
you need a spice-gtk widget based client and the latest spice-gtk code
(Marc-André Lureau and Hans de Goede)
@@ -23,8 +29,8 @@ spice-agent-0.8.0
as RHEL-5 (Christophe Fergeau)
* Various small bugfixes (Hans de Goede)
-spice-agent-0.6.3
------------------
+spice-vdagent-0.6.3
+-------------------
* Initial release, starting with version nr 0.6.3, to indicate that it
more or less supports all parts of the cdagent protocol in spice-protocol
and spice 0.6.3
diff --git a/configure.ac b/configure.ac
index 5b3f94f..41042b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.10.0])
+AC_INIT([spice-vdagent], [0.10.1])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])