From 1b8a8b25179d8fb0303f999bf8f5aff55d3945a8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 8 Nov 2011 17:07:13 +0200 Subject: server/spice-server.syms: fix 0.8 compatibility 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 file changed, 6 insertions(+), 2 deletions(-) diff --git a/server/spice-server.syms b/server/spice-server.syms index a8361a26..3f93888a 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; -- cgit