[Spice-commits] 2 commits - NEWS configure.ac server/spice.h
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Mon Oct 18 02:22:15 PDT 2010
NEWS | 10 ++++++++++
configure.ac | 2 +-
server/spice.h | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
New commits:
commit bbc079955a078fa80cd5fb6a398c50f031ca383b
Author: Hans de Goede <hdegoede at redhat.com>
Date: Mon Oct 18 11:22:19 2010 +0200
Bump version to 0.6.2
diff --git a/configure.ac b/configure.ac
index d0ad855..91f4b14 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], 1)
+m4_define([SPICE_MICRO], 2)
AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
diff --git a/server/spice.h b/server/spice.h
index e630402..61a168b 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/socket.h>
-#define SPICE_SERVER_VERSION 0x000600 /* release 0.6.0 */
+#define SPICE_SERVER_VERSION 0x000602 /* release 0.6.2 */
/* interface base type */
commit cef69ac424cd745b7d38c7b0a7fe889aa28a7020
Author: Hans de Goede <hdegoede at redhat.com>
Date: Mon Oct 18 11:18:48 2010 +0200
Update NEWS for 0.6.2 release
diff --git a/NEWS b/NEWS
index 540b359..75a8f09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 0.6.2:
+=======================
+Major changes in this release:
+* Foreign menu and controller support for the client for XPI / ActiveX
+ browser plugin usage (same API as the 0.4 client)
+* Copy and paste support in the client
+* Image copy and paste support in the X client
+* Fix fullscreen mode of the X client under compiz and KDE
+* Various portability and bug fixes
+
Major changes in 0.6.1:
=======================
Major changes in this release:
More information about the Spice-commits
mailing list