[Spice-devel] [PATCH] protocol: set version number to 0.8.0

2011-04-18 Thread Christophe Fergeau
spice-protocol 0.8.0 has been released, but for some reason the version number in the master branch was still at 0.6.3 --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3ee346a..72278e9 100644 --- a/configure.ac +++ b/con

[Spice-devel] [PATCH 0/5] Miscellaneous patches

2011-04-18 Thread Christophe Fergeau
Hi, This patch series is a set of unrelated simple patches which fixes a few bugs from freedesktop bugzilla. I'm not sure what the preferred way to send patche is, so I'm sending these patches here. If having patches in freedesktop bugzilla is enough, just let me know :) Thanks, Christophe Chri

[Spice-devel] [PATCH 1/5] client: s/AVAILIBLE/AVAILABLE in CmdLineParser

2011-04-18 Thread Christophe Fergeau
It was mispelt in a CmdLineParser enum. --- client/application.cpp |2 +- client/cmd_line_parser.cpp |4 ++-- client/cmd_line_parser.h |2 +- client/controller.cpp |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/application.cpp b/client/appli

[Spice-devel] [PATCH 2/5] client: s/reqired/required in CmdLineParser

2011-04-18 Thread Christophe Fergeau
--- client/cmd_line_parser.cpp |6 +++--- client/cmd_line_parser.h |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/cmd_line_parser.cpp b/client/cmd_line_parser.cpp index 1aa5c96..ec00c3e 100644 --- a/client/cmd_line_parser.cpp +++ b/client/cmd_line_parser.c

[Spice-devel] [PATCH 3/5] client: add --version cmdline option to spicec

2011-04-18 Thread Christophe Fergeau
This fixes freedesktop bug #33907 --- client/application.cpp | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/client/application.cpp b/client/application.cpp index e74a871..ef08087 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -2183,7 +2183,8

[Spice-devel] [PATCH 4/5] draw: remove SPICE_ADDRESS

2011-04-18 Thread Christophe Fergeau
This commit removes the typedef for SPICE_ADDRESS which was no longer used. This is the last thing that was missing to close fdo bug #28984 --- common/draw.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/draw.h b/common/draw.h index 95f07b8..cb15672 100644 --- a/c

[Spice-devel] [PATCH 5/5] client: skip spaces in --host-subject

2011-04-18 Thread Christophe Fergeau
This fixes fdo bug #32896: "Subject in certificates is stored in following format (values separated by comma and space): grep Subject: server-cert.pem | awk -F": " '{print $2}' O=REDHAT, CN=10.34.58.2 While spicec expects that values in host subject are separated only by comma: spicec --host-su

Re: [Spice-devel] vdagent does not start

2011-04-18 Thread Marian Krcmarik
- Original Message - > From: "Emre Erenoglu" > To: spice-devel@lists.freedesktop.org > Sent: Sunday, April 17, 2011 1:10:16 PM > Subject: [Spice-devel] vdagent does not start > Dear Developers, > > I have a virtual XP system with the spice channel enabled through the > serial port. The

Re: [Spice-devel] [PATCH] protocol: set version number to 0.8.0

2011-04-18 Thread Hans de Goede
Ack. On 04/18/2011 12:53 PM, Christophe Fergeau wrote: spice-protocol 0.8.0 has been released, but for some reason the version number in the master branch was still at 0.6.3 --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.a

Re: [Spice-devel] [PATCH 0/5] Miscellaneous patches

2011-04-18 Thread Hans de Goede
Ack series. On 04/18/2011 01:01 PM, Christophe Fergeau wrote: Hi, This patch series is a set of unrelated simple patches which fixes a few bugs from freedesktop bugzilla. I'm not sure what the preferred way to send patche is, so I'm sending these patches here. If having patches in freedesktop b