[Spice-commits] server/spice-server.syms

Alon Levy alon at kemper.freedesktop.org
Tue Nov 8 10:19:16 PST 2011


 server/spice-server.syms |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 1b8a8b25179d8fb0303f999bf8f5aff55d3945a8
Author: Alon Levy <alevy at redhat.com>
Date:   Tue Nov 8 17:07:13 2011 +0200

    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.

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;
 


More information about the Spice-commits mailing list