Release 0.8.3

This commit is contained in:
Yonit Halperin 2011-09-21 17:31:00 +03:00
parent 4b2bf4d88c
commit 4a26fa01cd
4 changed files with 14 additions and 2 deletions

8
NEWS
View File

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

View File

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

View File

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

View File

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