[Spice-devel] Release timing / strategy?

2013-10-25 Thread Jeremy White
I've just now submitted updated spice-html5 packages to bohdi, so hopefully Fedora users will able to run an updated version shortly and stop having the missing minus key :-/. But I don't have a strategy for release timing. The html5 client doesn't tend to have obvious major points; it's little b

Re: [Spice-devel] govirt 0.30 plans

2013-10-25 Thread i iordanov
Hi Christophe, Are you getting close to a 0.30 release? I can't wait to see the final version of the upgraded SSL handling! What happens when a self-signed certificate is encountered for which no valid CA is specified? Is it just a silent failure or (better) can one connect some signals so a call

Re: [Spice-devel] UPDATE: spice-gtk on MAC OSX

2013-10-25 Thread Mario
Marc, as I wrote im my last mail my SDL drawing backend was not as successful as expected. However I started to create a complete SDL client. This client uses the spice-glib but has no relation to gtk or spice-gtk at all. Attached you´ll find my WIP code. In fact it is quite basic. No keyboa

Re: [Spice-devel] [patch 1/1] fix SASL for mechanism using WANT_CLIENT_FIRST

2013-10-25 Thread Christophe Fergeau
On Tue, Oct 22, 2013 at 11:07:56AM +0200, diet...@proxmox.com wrote: > Current code works with DIGEST-MD5, but not with PLAIN. After spending quite some time on this, this seems right, we need to handle sasl_client_start() returning SASL_OK and not step in this case. However, as this is under-docu

Re: [Spice-devel] [PATCH] Silence gcc false positive with -Wuninitialized

2013-10-25 Thread Christophe Fergeau
Ping ? On Fri, Oct 18, 2013 at 02:53:08PM +0200, Christophe Fergeau wrote: > Some versions of gcc warn about: > red_channel.c: In function 'red_channel_client_wait_outgoing_item': > red_channel.c:2331: error: 'end_time' may be used uninitialized in this > function [-Wuninitialized] > red_channel.