[Spice-devel] [PATCH 4/6] Add APIs for injecting a client connection socket

Gerd Hoffmann kraxel at redhat.com
Fri Oct 28 06:03:57 PDT 2011


  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


More information about the Spice-devel mailing list