diff options
author | Julien Cristau <jcristau@debian.org> | 2013-12-14 06:16:37 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2013-12-14 06:16:37 +0100 |
commit | f653464554469b5767f1c99abced25a76bace047 (patch) | |
tree | 30080380cc2977d9a671d4dd79137187c83ef7c3 | |
parent | 9c2a6dc20c64ce93e0acd2fceec6d3cab8fc9134 (diff) |
Add NEWS for 1.10
Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r-- | NEWS | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -1,12 +1,27 @@ +Release 1.10 (2013-12-XX) +========================= +* Bump libxcb-xkb SONAME due to ABI break introduced in 1.9.2 +* Enable libxcb-xkb by default +* Bump libxcb-sync SONAME +* c_client.py: Fix _sizeof() functions +* c_client.py: Do not create pointers in unions +* c_client.py: Always initialize xcb_align_to +* Re-introduce xcb_ge_event_t (deprecated, xcb_ge_generic_event_t should be + used instead) +* Fix alignment issues in FD passing code +* Fix poll() if POLLIN == ROLLRDNORM|POLLRDBAND +* Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets +* Make xsltproc optional + Release 1.9.3 (2013-11-07) -======================== +========================== * Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control * Add configure option to enable or disable fd passing with sendmsg * Switch to using the CMSG_* macros for FD passing * Initialize automake earlier (bugfix for #66413) Release 1.9.2 (2013-11-07) -======================== +========================== * Add Present extension * Add DRI3 library * Add event queue splitting @@ -17,7 +32,7 @@ Release 1.9.2 (2013-11-07) * c_client.py: Handle multiple expr. in a bitcase Release 1.9.1 (2013-05-30) -======================== +========================== * Fix python code to work with python-3 * Security fix for integer overflow in read_packet() [CVE-2013-2064] |