[Spice-commits] 2 commits - NEWS configure.ac
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Thu Aug 25 06:21:19 PDT 2011
NEWS | 30 ++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 32 insertions(+), 2 deletions(-)
New commits:
commit b1f84f219f52bf2458b99201719d2a88f877d1a6
Author: Hans de Goede <hdegoede at redhat.com>
Date: Thu Aug 25 14:08:41 2011 +0200
Release 0.9.0
diff --git a/NEWS b/NEWS
index f238abc..e1e797c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.9.0
+======================
+* Add support for generic spicevmc chardev passthrough messages
+* Add USB redirection channel
+
Major changes in 0.8.1
======================
* Add support for volume change
diff --git a/configure.ac b/configure.ac
index 989cb00..e8ae79b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
-m4_define([SPICE_MINOR], 8)
-m4_define([SPICE_MICRO], 1)
+m4_define([SPICE_MINOR], 9)
+m4_define([SPICE_MICRO], 0)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
commit 80cae9e1e43629dab96dbd3e6f5cf5e4caa5bd3a
Author: Hans de Goede <hdegoede at redhat.com>
Date: Thu Aug 25 14:06:03 2011 +0200
NEWS: sync with 0.8 branch
diff --git a/NEWS b/NEWS
index 4d64beb..f238abc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Major changes in 0.8.1
+======================
+* Add support for volume change
+* Add support for async guest io writes and interrupt
+* Add support for suspend related guest io writes
+* Add support for interrupt indicating guest bug
+
+Major changes in 0.8.0
+======================
+* Add support for different clipboards (selections) to vd_agent copy paste
+* Add support for using different authentication mechanisms (just SASL for now)
+
+Major changes in 0.7.1
+======================
+* Add some enums for the xorg qxl driver
+* Some other small fixes
+
+Major changes in 0.7.0
+======================
+* Add smartcard channel
+
+Major changes in 0.6.4
+======================
+* Make controller client protocol menu text UTF8 rather then 16 bit unicode
+
Major changes in 0.6.3:
=======================
* Add support for copy and paste to the agent protocol
More information about the Spice-commits
mailing list