[Spice-devel] [PATCH migration 19/19] Release 0.9.2
Yonit Halperin
yhalperi at redhat.com
Wed Oct 12 03:39:09 PDT 2011
Signed-off-by: Yonit Halperin <yhalperi at redhat.com>
---
NEWS | 8 ++++++++
configure.ac | 2 +-
server/spice-server.syms | 1 +
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 8b56038..a862449 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 0.9.2:
+=======================
+* !Development Release!
+* server: semi-seamless migration support (RHBZ 738266)
+* client: semi-seamless migration support (RHBZ 725009, 738270)
+* Various bugfixes / cleanups
+* require spice-protocol >= 0.9.1
+
Major changes in 0.9.1:
=======================
* !Development Release!
diff --git a/configure.ac b/configure.ac
index 203e82f..afdb926 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.57])
m4_define([SPICE_MAJOR], 0)
m4_define([SPICE_MINOR], 9)
-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-server.syms b/server/spice-server.syms
index f1374bd..a8361a2 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -89,5 +89,6 @@ global:
spice_server_record_set_mute;
spice_server_record_set_volume;
spice_server_get_num_clients;
+ spice_server_migrate_connect;
} SPICE_SERVER_0.8.2;
--
1.7.6.4
More information about the Spice-devel
mailing list