Release 0.7.2

This commit is contained in:
Hans de Goede 2011-01-19 15:04:56 +01:00
parent 09a40fabf2
commit 50a4db1710
3 changed files with 11 additions and 2 deletions

9
NEWS
View File

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

View File

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

View File

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