summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-09-01 14:12:38 +0200
committerHans de Goede <hdegoede@redhat.com>2012-09-01 19:46:55 +0200
commitb4b72721ef762ca27cc9fad242a08539c07983eb (patch)
tree8d4ff9ecf131a59bb0a535455cebb298f1db2949
parent4a3f6a4662b5dcab75ca597dafd6f72084da01fc (diff)
Prepare for 0.12.0 releasespice-vdagent-0.12.0
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--ChangeLog7
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb62dca..eba7361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+spice-vdagent-0.12.0
+--------------------
+* Full multi-monitor and arbritary resolution support, this requires a new
+ enough xorg-x11-drv-qxl driver, as well as a new enough host
+* systemd service support, using systemd hardware acivation
+* Use syslog for logging, rather then logging to private log files
+
spice-vdagent-0.10.1
--------------------
* Fix a race condition when opening the vdagent virtio serial port, which
diff --git a/README b/README
index 24e7b5b..536011b 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Features:
for single monitor configurations.
* Support of copy and paste (text and images) between the active X-session
and the client. This supports both the primary selection and the clipboard.
-* Limited support for multiple displays, prerequisites:
+* Limited support for multiple displays using Xinerama, prerequisites:
* A new enough Xorg-server. For Fedora atleast Fedora-17, for RHEL-6 atleast
xorg-x11-server-1.10.4-6.el6_2.3
* A vm configured with multiple qxl devices
@@ -31,6 +31,8 @@ Features:
/var/run/spice-vdagentd/xorg.conf.spice file. With all the necessary magic
to get Xinerama working. Move this file to /etc/X11/xorg.conf, then kill
Xorg so that it will get restarted and you should be good to go.
+* Full support for multiple displays using Xrandr, this requires a new
+ enough xorg-x11-drv-qxl driver, as well as a new enough host.
All vdagent communications on the guest side run over a single pipe which
gets presented to the guest os as a virtio serial port.
diff --git a/configure.ac b/configure.ac
index a4d175a..68ed0e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([spice-vdagent], [0.10.1])
+AC_INIT([spice-vdagent], [0.12.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])