xserver: Branch 'master' - 11 commits
Jeremy Huddleston
jeremyhu at apple.com
Thu Dec 30 18:08:18 PST 2010
On Dec 30, 2010, at 07:12, Julien Cristau wrote:
> On Mon, Dec 6, 2010 at 19:59:18 -0800, Keith Packard wrote:
>
>> commit 27593eea7efcbed8de0c6e8233cbd1a1b8a50459
>> Author: James Jones <jajones at nvidia.com>
>> Date: Mon Dec 6 13:36:14 2010 -0800
>>
>> Add and use SERVER_SYNC_*_VERSION
>>
>> Most extensions have a version defined
>> in the protocol headers, and also in the
>> server's protocol-versions.h. The latter
>> defines which version the server advertises
>> support for. Sync wasn't included in
>> protocol-versions.h, and was advertising
>> support for whatever was in the protocol
>> headers the server was built against.
>>
>> Signed-off-by: James Jones <jajones at nvidia.com>
>> Reviewed-by: Keith Packard <keithp at keithp.com>
>>
> Jeremy, please take this one on 1.9-branch, so a proto update doesn't
> lead to the server advertising the new extension version when it doesn't
> actually support it.
295a893..93b75c7 server-1.9-branch -> server-1.9-branch
but that unfortunately doesn't solve the problem for already-released versions. If someone builds 1.9.3 with the new proto, it will falsely advertise .
More information about the xorg-devel
mailing list