summaryrefslogtreecommitdiff
path: root/NEWS
blob: f325731428f61ae62a7e9683ea1c59cc57b1b5c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.