summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-02-13 17:50:31 +0100
committerHans de Goede <hdegoede@redhat.com>2011-02-13 17:50:31 +0100
commit0a9ea7e5a20f2458b30eb4c8a591c239005419ef (patch)
treeadfa7936975f015d5dcb527dc5fe728e5ff1a071
parentc16264ba11d2a82700425d7403ae8d384ec3232c (diff)
downloadspice-protocol-0.6.tar.gz
spice-protocol-0.6.tar.xz
spice-protocol-0.6.zip
Release 0.6.40.6.40.6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d64beb..bcdf688 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.6.4:
+=======================
+* Make controller client protocol menu text UTF8 rather then 16 bit unicode
+* Add some enums for the xorg qxl driver
+* Some other small fixes
+
Major changes in 0.6.3:
=======================
* Add support for copy and paste to the agent protocol
diff --git a/configure.ac b/configure.ac
index 3ee346a..d8b538c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 6)
-m4_define([SPICE_MICRO], 3)
+m4_define([SPICE_MICRO], 4)
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)