1.1
Ignore generated xinerama files.
Avoid race condition when using multiple make jobs
Revert "Generate error constants as XCB_BAD_*, similar to Xlib."
Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_request_length.
Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs
Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
xcb_poll_for_event: Return already-read events before read(2)ing again.
The Great XCB Renaming
Factor pthread_cond_wait(iolock) to _xcb_wait_io.
Allow unix:<screen> style display names again.
Stop installing the protocol descriptions for extensions to an extensions/ subdirectory
Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
Move xcb_generate_id from xcbext.h to xcb.h
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.