summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-14 13:04:30 +0300
committerAlon Levy <alevy@redhat.com>2011-07-18 11:38:18 +0300
commit771f21b6c995de63cc6d7da0b5b696ac37352b64 (patch)
tree0f8c3cb6169a1cbaf410fe730cb38b8c6b3a1fed
parent156490faa13f1ad95bf7b3af4c22449748505b09 (diff)
Release 0.8.1
For qxl_dev.h changes.
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6903e25..f238abc 100644
--- a/NEWS
+++ b/NEWS
@@ -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)