summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-02-11 15:15:39 +0100
committerHans de Goede <hdegoede@redhat.com>2011-02-11 15:15:39 +0100
commit0d0e9521955ba7847c1a1c234144ae8bc15d3e5c (patch)
tree3776e29f7fb8f2cf410ef6995e6632135a561635
parentb740b46dd51e6d75adb00700821c395b55e9e9e0 (diff)
Release 0.7.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e8b76ec..81936df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
+Major changes in 0.7.1
+======================
+* Add some enums for the xorg qxl driver
+* Some other small fixes
+
Major changes in 0.7.0
======================
* Add smartcard channel
-Major changes in 0.6.4 (not yet released):
-==========================================
+Major changes in 0.6.4
+======================
* Make controller client protocol menu text UTF8 rather then 16 bit unicode
Major changes in 0.6.3:
diff --git a/configure.ac b/configure.ac
index a013977..fef1645 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 7)
-m4_define([SPICE_MICRO], 0)
+m4_define([SPICE_MICRO], 1)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)