Release 0.8.2

This commit is contained in:
Alon Levy 2011-07-21 13:57:26 +03:00
parent 0b6a490110
commit f0e5a3cb77
3 changed files with 13 additions and 2 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
Major changes in 0.8.2:
=======================
* server: sasl support (fdo bz 34795)
* server: support guest async io
* server: support guest suspend and hibernate
* server: add symbol versioning to libspice-server.so
* server: prevent running an old spice-server with a newer qemu
* server Bug fixes (RHBZ): 714801, 713474, 674532, 653545
* client Bug fixes (RHBZ): 712938, 710461, 673973, 667689
* require spice-protocol >= 0.8.1
Major changes in 0.8.1:
=======================
* client: Fix handling of --smartcard-db option

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 8)
m4_define([SPICE_MICRO], 1)
m4_define([SPICE_MICRO], 2)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)

View File

@ -22,7 +22,7 @@
#include <sys/socket.h>
#include <spice/qxl_dev.h>
#define SPICE_SERVER_VERSION 0x000801 /* release 0.8.1 */
#define SPICE_SERVER_VERSION 0x000802 /* release 0.8.2 */
/* interface base type */