Release 0.6.4

This commit is contained in:
Hans de Goede 2011-02-13 17:50:31 +01:00
parent c16264ba11
commit 0a9ea7e5a2
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

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

View File

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