1.0-RC2
Stop installing the protocol descriptions for extensions to an extensions/ subdirectory
Release libxcb 1.0 RC2 (0.9.92).
Stop implicitly importing xproto; goes with proto change to explicitly import it
Document xcb_generate_id.
We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.c
Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive lock just for libX11.
The Great XCB Renaming
Bugfix: make Plan 7 'checked' requests work correctly.
Factor out pthread_mutex_lock and unlock calls for the iolock.
Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.
Move xcb_generate_id from xcbext.h to xcb.h
Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h