summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-11-08 17:07:13 +0200
committerAlon Levy <alevy@redhat.com>2011-11-08 17:10:47 +0200
commit1b8a8b25179d8fb0303f999bf8f5aff55d3945a8 (patch)
tree0840542794667d454eaffd2b2f533db6ab9adb84
parent8e049ce3b03c5e0034702d2a4b49b7ca36aaff92 (diff)
downloadspice-1b8a8b25179d8fb0303f999bf8f5aff55d3945a8.tar.gz
spice-1b8a8b25179d8fb0303f999bf8f5aff55d3945a8.tar.xz
spice-1b8a8b25179d8fb0303f999bf8f5aff55d3945a8.zip
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.
-rw-r--r--server/spice-server.syms8
1 files 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;