* xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()
* Fix integer overflows in xcb_in.c
* Use the 'present' field to properly check that the XC-MISC
* Fix a memory leak
* Increment libtool version info for libxcb-dri3
* Add newline when printing auth/connection failure string to stderr
* Fix build on Windows
* Fix writev emulation on Windows
* c_client.py: Extract get_expr_field_names()
* c_client.py: Use get_expr_field_names directly to resolve list fields
* c_client: Extract _c_get_field_mapping_for_expr()
* c_client.py: Implement handling of <length> element
* tests: don't use deprecated fail_unless check API
* gitignore: add files generated by make check
* Avoid request counter truncation in replies map after 2**32 requests
* Fix hang in xcb_request_check()
* Improve/fix docs for reply fds functions
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=61
* Update configure.ac bug URL for gitlab migration
* configure.ac: Depend on pthread-stubs only on not-Linux
* c_client: fix "adress" typo
* Include time.h before using time()
* Handle EINTR from recvmsg in _xcb_in_read
* Implement xcb_total_read() and xcb_total_written().
* tests: Support Check 0.13.0 API
* Add "ge.*" to src/.gitignore
* Update README for gitlab migration
* Add README.md to EXTRA_DIST
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=59
* As with xcb-proto, this release mainly enables multi-planar buffers in
DRI3 v1.2 via support for variable-sized lists of FDs, and enables
sending GenericEvents to other clients. Present v1.2 and RandR v1.6
did not require any specific library changes.
- supersedes U_add-support-for-eventstruct.patch,
u_build_python3.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=52
- Enable xinput extension. (bnc#1074249)
- U_add-support-for-eventstruct.patch
* Update xinput to the state when it was enabled by default
upstream.
- Update xinput to the state when it was enabled by default
upstream. (bnc#1074249)
* U_SendExtensionEvent-uses-eventstruct.patch
* U_add-support-for-eventstruct.patch
* U_xinput-typedef-for-event_type_base.patch
OBS-URL: https://build.opensuse.org/request/show/562552
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=48
- n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
* Prevent infinite loop also in case DISPLAY is non-local.
- Use spaces instead of tabs in the patches (as does the original
source code) to avoid confusion.
- n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
* If authentication (with *stage == 0) failed and the variable
XAUTHLOCALHOSTNAME wasn't set, we were never getting to stage 2
in the original patch, causing calls to xcb_connect_to_display
to be stuck in an infinite loop.
Now we also go to stage 2 if the variable isn't set.
OBS-URL: https://build.opensuse.org/request/show/561848
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=47
* here is a new version of libxcb for you to enjoy. The
highlights are the same as for the new xcb-proto release:
xinput support, RandR 1.5 and an automatic alignment checker.
- removed libxcb-xevie0/libxcb-xprint0 subpackages; added
appropriate provides/obsoletes
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=41