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 43 44 45 46 47 48 49
|
0.12
====
- Revert a change that break ABI (Julien Cristau)
0.11
====
- Remove Xlib support, use only xcb and x11-xcb (Julien Danjou)
- Support APPLICATION_ID key (Colin Walters)
0.10
====
- Remove useless functions (Julien Danjou)
- Add XCB backend (Julien Danjou)
0.9
===
- plug some leaks (Vincent Untz, Aivars Kalvans)
- fix compilation on sun machines (Laszlo Peter)
0.8
===
- Support new focus stealing prevention stuff (Elijah Newren)
- Use automake 1.7
0.7
===
- Implement timestamp support (Elijah Newren)
0.6
===
- Fix some fairly serious memory leaks (Tommi Leino)
- Cygwin build fix (Masahiro Sakai)
0.5
===
- Fix use of uninitialized memory when closing down a display (Joe Marcus Clarke)
- Make xmessage handling use per-display instead of global variables,
fixing total hosage on multihead X servers
- set _NET_STARTUP_ID as a UTF-8 string
- fix a crash caused by zero-length message data
- include startup-notification.txt specification in the distribution
|