spice_server_migrate_connect is in 0.8.3 in the released 0.8 branch,
and so should not be changed in 0.10. This doesn't break the 0.9.1
release which didn't contain this symbol at all, only 0.9.2 release
that hopefully no one actually packaged.
---
 server/spice-server.syms |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/server/spice-server.syms b/server/spice-server.syms
index a8361a2..3f93888 100644
--- a/server/spice-server.syms
+++ b/server/spice-server.syms
@@ -82,6 +82,11 @@ global:
     spice_qxl_flush_surfaces_async;
 } SPICE_SERVER_0.8.1;
 
+SPICE_SERVER_0.8.3 {
+global:
+    spice_server_migrate_connect;
+} SPICE_SERVER_0.8.2;
+
 SPICE_SERVER_0.10.0 {
 global:
     spice_server_playback_set_mute;
@@ -89,6 +94,5 @@ 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;
+} SPICE_SERVER_0.8.3;
 
-- 
1.7.7.1

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to