mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-10 06:56:06 +00:00
Release 0.6.3
This commit is contained in:
parent
df6df8e587
commit
023d9c0d91
7
NEWS
7
NEWS
@ -1,4 +1,4 @@
|
||||
Major changes in 0.6.2:
|
||||
Major changes in 0.6.3:
|
||||
=======================
|
||||
Major changes in this release:
|
||||
* Foreign menu and controller support for the client for XPI / ActiveX
|
||||
@ -8,6 +8,11 @@ Major changes in this release:
|
||||
* Fix fullscreen mode of the X client under compiz and KDE
|
||||
* Various portability and bug fixes
|
||||
|
||||
Major changes in 0.6.2:
|
||||
=======================
|
||||
0.6.2 was skipped because a small but nasty bug was found while preparing
|
||||
the release (and it was already tagged as 0.6.2 in git).
|
||||
|
||||
Major changes in 0.6.1:
|
||||
=======================
|
||||
Major changes in this release:
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 6)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
m4_define([SPICE_MICRO], 3)
|
||||
|
||||
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000602 /* release 0.6.2 */
|
||||
#define SPICE_SERVER_VERSION 0x000603 /* release 0.6.3 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user