Hi, > diff --git a/server/spice-server.syms b/server/spice-server.syms > index f1374bd..c34ff86 100644 > --- a/server/spice-server.syms > +++ b/server/spice-server.syms > @@ -89,5 +89,7 @@ global: > spice_server_record_set_mute; > spice_server_record_set_volume; > spice_server_get_num_clients; > + spice_server_add_client; > + spice_server_add_ssl_client; > } SPICE_SERVER_0.8.2;
That isn't going to fly, these two need to go into a separate group. Not your fault, and not obvious either. Problem is we f*cked up release management a bit. There was no stable 0.10.0 release in time for F16, so it ships with the development version 0.9.1, which has a bunch of symbols new in the SPICE_SERVER_0.10.0 section. With 0.9.1 being widely distributed now we better don't touch SPICE_SERVER_0.10.0 any more to not break symbol versioning ... We need a new section name for the _real_ 0.10.0 release :( cheers, Gerd _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel