Add NEWS entries for releases 1.9.1 to 1.9.3
libxcb 1.9.1 was released from a branch and thus its NEWS entries never made it into the master branch. The other releases didn't update NEWS. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
parent
ea4406a8e0
commit
9c2a6dc20c
24
NEWS
24
NEWS
|
@ -1,6 +1,28 @@
|
||||||
|
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
|
||||||
|
* Add support for receiving fds in replies
|
||||||
|
* Add xcb_send_fd API
|
||||||
|
* Remove xcb_ge_event_t from xcb.h
|
||||||
|
* c_client.py: Inject full_sequence into GE events
|
||||||
|
* 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]
|
||||||
|
|
||||||
Release 1.9 (2012-10-05)
|
Release 1.9 (2012-10-05)
|
||||||
========================
|
========================
|
||||||
|
|
||||||
* Always include "config.h" at the start of all C source files.
|
* Always include "config.h" at the start of all C source files.
|
||||||
* Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
|
* Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionality
|
||||||
* Return connection failure if display string specifies non-existent screen
|
* Return connection failure if display string specifies non-existent screen
|
||||||
|
|
Loading…
Reference in New Issue