* gitlab CI: add a basic build test
* configure.ac: drop dependency `pthread-stubs` on Solaris
* configure.ac: Remove obsolete AC_HEADER_STDC
* Raise minimum required version of Python from 2.6 to 3.0
* Fix windows build.
* Fix indentation.
* Fix a compiler warning
* Fix handling of documented enum parameters
* Allow full paths to sockets on non-macOS
* DISPLAY starting with / or unix: is always a socket path
* Add tests for unix socket parsing
* autogen.sh: use quoted string variables
* c_client: Fix crash in xcb_randr_set_monitor
* configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSD
* xcb_conn: Add a check for NULL to silence a UBSan runtime error
* configure.ac: Require xcb-proto >= 1.16.0
* Fix xcb_connect() call with a custom xcb_auth_info_t
* autogen: add default patch prefix
* Build DOUBLE-BUFFER extension.
* Require xcb-proto >= 1.15.1, which has Dbe
* configure.ac: drop dependency `pthread-stubs` on macOS
* autogen.sh: use exec instead of waiting for configure to finish
* Improve tutorial example
- adjusted bug-262309_xcb-xauthlocalhostname.diff,
n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
- added libxcb-dbe0 subpackage for libxcb-dbe.so.0*
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=67
- 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