mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 19:19:05 +00:00
Release 0.7.2
This commit is contained in:
parent
09a40fabf2
commit
50a4db1710
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
Major changes in 0.7.2:
|
||||
=======================
|
||||
* cmd-line-parser: fix wrong reporting of bad argument in --bla=val case
|
||||
* Server: do not depend on libcacard and CEGUI (when enabled for the client)
|
||||
* Server: send 1 instead of 4 as topdown flag "true" value
|
||||
* Client: accept 4 as top down flag value for compatibility with older servers
|
||||
* Client: stop blinking keyboard when out of focus
|
||||
* Client: log subject-host mismatch, and raise ssl warnings to errors
|
||||
|
||||
Major changes in 0.7.1:
|
||||
=======================
|
||||
* Brown paper bag release
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 7)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MICRO], 2)
|
||||
|
||||
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 0x000701 /* release 0.7.1 */
|
||||
#define SPICE_SERVER_VERSION 0x000702 /* release 0.7.2 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user