summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2010-12-16 17:26:38 +0100
committerHans de Goede <hdegoede@redhat.com>2010-12-16 17:26:38 +0100
commit36542d3ef579c7e8b6d7d9a3311f1fbb1fd0c7fa (patch)
treea193033748d04567aa0d85d4942e71fed94a6dd2
parent85ebe4fc4dae442d7140747c22a053d8fedbf012 (diff)
downloadspice-0.7.0.tar.gz
spice-0.7.0.tar.xz
spice-0.7.0.zip
Release 0.7.00.7.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac6
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f160f676..5349706d 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 aea7e2e4..a1deae6b 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