[Spice-commits] Changes to '0.12'
Christophe Fergau
teuf at kemper.freedesktop.org
Thu Apr 14 14:05:57 UTC 2016
New branch '0.12' available with the following commits:
commit 6ddcd5468a63adae6ff37ba371e8469aef97b267
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Jul 23 16:36:22 2015 +0200
proto: Use proper type for preferred_compression field
No need to use an uint8 typed member, we can directly use the
appropriate enum8 type here, which makes everything more explicit.
(cherry picked from spice-protocol commit 8a3def14e35039753097094ba356e85e8fc2d128)
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
commit 7fbb50cd8e4dc4a5f9829388cf327bac3687d180
Author: Christophe Fergeau <cfergeau at redhat.com>
Date: Thu Jul 23 16:36:21 2015 +0200
proto: Rename image_compress to image_compression
Re-using the SPICE_IMAGE_COMPRESS_ prefix in newer spice-protocol
releases is going to cause issues as there will be clashing enum members
in older spice-server releases. Using SPICE_IMAGE_COMPRESSION_ as a
prefix sidesteps these backward compability issues.
(cherry picked from spice-protocol commit e857cd9a378cdf56805b64284491a12af93a7cbf)
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
commit 78cab1233649e7f13aec7a46d5b06b5dc6d7e852
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Thu Mar 10 15:18:06 2016 +0100
Revert "Remove files moved to spice-protocol"
This reverts commit 7665dcf1bb2fa0b16b3d0015b28d7f5912664c3f.
Also revert the related build-sys changes to fix the build.
codegen generated code depends on spice-common code (marshaller,
messages etc), it makes more sense to keep the generator along
this. Otherwise a newer protocol release will fail to build older
projects.
*.proto files are required as well, since it generates code that parent
modules depend on unconditionnaly.
Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
More information about the Spice-commits
mailing list