mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
Release 0.7.3
This commit is contained in:
parent
f173a38de7
commit
822fea8b32
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Major changes in 0.7.3:
|
||||
=======================
|
||||
* Suport building with (and requires) libcacard-0.1.2
|
||||
* Fixes for building with gcc-4.6
|
||||
* Server: Drop unnecessary X11 and alsa requires from spice-server.pc
|
||||
* Client: fix minor for old migration support
|
||||
* Client: Remove spice-client watermark (rhbz#662450)
|
||||
|
||||
Major changes in 0.7.2:
|
||||
=======================
|
||||
* cmd-line-parser: fix wrong reporting of bad argument in --bla=val case
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 7)
|
||||
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 0x000702 /* release 0.7.2 */
|
||||
#define SPICE_SERVER_VERSION 0x000703 /* release 0.7.3 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user