diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-14 13:04:30 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-18 11:38:18 +0300 |
commit | 771f21b6c995de63cc6d7da0b5b696ac37352b64 (patch) | |
tree | 0f8c3cb6169a1cbaf410fe730cb38b8c6b3a1fed | |
parent | 156490faa13f1ad95bf7b3af4c22449748505b09 (diff) |
Release 0.8.10.8.1
For qxl_dev.h changes.
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +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 diff --git a/configure.ac b/configure.ac index 72278e9..989cb00 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.57]) m4_define([SPICE_MAJOR], 0) m4_define([SPICE_MINOR], 8) -m4_define([SPICE_MICRO], 0) +m4_define([SPICE_MICRO], 1) AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol) |