Release 1.3.1 (2012-03-23)
==========================
- Depends on xcb-proto 1.7.1
- Fix length field handling, again
- Pack requests using standard size and no alignment

Release 1.3 (2012-03-22)
========================
- Export API to other Python modules
- Do not provide .py built files in dist packages
- Do not raise if poll_for_event has no event
- Rename reply to reply_type.
- Rename response type field to response_type.
- Use xcb_discard_request() when deallocating a cookie
- Make xpybConn a base type
- Use LIBXCB_CFLAGS so that locally installed XCB headers get preferred
- Only use the low-order 7 bits of the type code in determining event types
- Don't blindly access the connection object in xpybCookie_dealloc
- Removed prototype for obsolete xpybReply_populate routine
- Ensure that there's still a valid connection to the X server before
  attempting to send a request
- Don't leak reply data

Release 1.2 (2009-12-17)
=========================

Documentation and build updates.

Release 1.1 (2009-04-08)
=========================

Added new wrap() function.

Release 1.0 (2008-10-17)
=========================

Bugfix release.

Release 0.9 (2008-07-29)
=========================

Initial release.
