mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 22:10:46 +00:00
Release 0.8.2
This commit is contained in:
parent
0b6a490110
commit
f0e5a3cb77
11
NEWS
11
NEWS
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
@ -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 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user