Release 0.7.0

This commit is contained in:
Hans de Goede 2010-12-16 17:26:38 +01:00
parent 85ebe4fc4d
commit 36542d3ef5
2 changed files with 9 additions and 3 deletions

6
NEWS
View File

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

View File

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