[Spice-commits] Branch '0.8' - NEWS configure.ac
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Thu Dec 16 08:22:53 PST 2010
NEWS | 6 ++++++
configure.ac | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
New commits:
commit 36542d3ef579c7e8b6d7d9a3311f1fbb1fd0c7fa
Author: Hans de Goede <hdegoede at redhat.com>
Date: Thu Dec 16 17:26:38 2010 +0100
Release 0.7.0
diff --git a/NEWS b/NEWS
index f160f67..5349706 100644
--- a/NEWS
+++ b/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:
diff --git a/configure.ac b/configure.ac
index aea7e2e..a1deae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
More information about the Spice-commits
mailing list