mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 21:03:10 +00:00
Release 0.8.3
This commit is contained in:
parent
4b2bf4d88c
commit
4a26fa01cd
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Major changes in 0.8.3:
|
||||
=======================
|
||||
* server Bug fixes (RHBZ): 718713
|
||||
* client Bug fixes (RHBZ): 726441, 727969, 728252
|
||||
* server: semi-seamless migration support (RHBZ 738266)
|
||||
* client: semi-seamless migration support (RHBZ 725009, 738270)
|
||||
* require spice-protocol >= 0.8.2
|
||||
|
||||
Major changes in 0.8.2:
|
||||
=======================
|
||||
* server: sasl support (fdo bz 34795)
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 8)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
m4_define([SPICE_MICRO], 3)
|
||||
|
||||
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
|
||||
|
||||
|
||||
@ -81,3 +81,7 @@ global:
|
||||
spice_qxl_destroy_surface_async;
|
||||
spice_qxl_flush_surfaces_async;
|
||||
} SPICE_SERVER_0.8.1;
|
||||
|
||||
SPICE_SERVER_0.8.3 {
|
||||
spice_server_migrate_connect;
|
||||
} SPICE_SERVER_0.8.2;
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <spice/qxl_dev.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000802 /* release 0.8.2 */
|
||||
#define SPICE_SERVER_VERSION 0x000803 /* release 0.8.3 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user