mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
Release 0.7.0
This commit is contained in:
parent
85ebe4fc4d
commit
36542d3ef5
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
||||
Major changes in 0.7.0:
|
||||
=======================
|
||||
* Many small bugfixes to the spice client
|
||||
* Support for smartcards (CAC)
|
||||
* Support for building the client with mingw32 (wip, not working yet)
|
||||
|
||||
Major changes in 0.6.3:
|
||||
=======================
|
||||
Major changes in this release:
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 6)
|
||||
m4_define([SPICE_MICRO], 3)
|
||||
m4_define([SPICE_MINOR], 7)
|
||||
m4_define([SPICE_MICRO], 0)
|
||||
|
||||
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
|
||||
|
||||
@ -126,7 +126,7 @@ fi
|
||||
dnl =========================================================================
|
||||
dnl Check deps
|
||||
|
||||
PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)
|
||||
PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.7.0)
|
||||
AC_SUBST(PROTOCOL_CFLAGS)
|
||||
|
||||
AC_CHECK_LIBM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user