Release 0.9.0

This commit is contained in:
Hans de Goede 2011-08-25 14:08:41 +02:00
parent 80cae9e1e4
commit b1f84f219f
2 changed files with 7 additions and 2 deletions

5
NEWS
View File

@ -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

View File

@ -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)