diff options
author | Uli Schlachter <psychon@znc.in> | 2016-05-14 10:36:54 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2016-05-18 18:43:38 +0200 |
commit | d34785a34f28fa6a00f8ce00d87e3132ff0f6467 (patch) | |
tree | 5b8a5591f72b160f336718fb36cfadcbbaa7ecbe | |
parent | b11fca06f75b26b94e3f1d3e3c3954d365f80759 (diff) |
Release libxcb 1.121.12
Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r-- | NEWS | 32 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 33 insertions, 1 deletions
@@ -1,3 +1,35 @@ +Release 1.12 (2016-05-18) +========================= +* configure: Various fixes for dri3 and FD passing support +* configure: Don't report all the warning CFLAGS +* configure: Disable Xevie and Xprint by default +* Add support for various new constructs in the XML schema +* Make some functions also accept connections in an error state +* Never return NULL from xcb_get_setup() +* Use Requires.private in .pc files to avoid overlinking +* Fix align-pads for switches which start at unaligned positions +* Use anonymous structs for some nested structs +* Also generate accessors for variable-sized events and requests +* Improved python3 compatibility +* Generate C99 initializers instead of comments +* Various simplifications to the python code +* Fix line breaks in xcb-requests manual page +* Always close FDs in xcb_send_fd() +* Fix thread-safety issues with FD passing +* Add xcb_send_request_with_fds() and xcb_send_request_with_fds64() +* Fix endless loop with too many outstanding FDs to send +* Link with winsock library on MinGW +* Disable some unfinished API for some server-side code by default +* Use align-offsets computed by xcb-proto instead of low bits of pointers +* Fix iterator interaction with align padding +* Stop serializing padding by default +* Increase unix socket send buffer to at least 64KiB + +Release 1.11.1 (2015-09-06) +=========================== +* Expose 64-bit sequence numbers for XLib +* Fix some hangs related to xcb_wait_for_special_event() + Release 1.11 (2014-08-01) ========================= * Force structures with 64-bit fields to be packed diff --git a/configure.ac b/configure.ac index 126d2bf..ec31542 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libxcb],[1.11.90], +AC_INIT([libxcb],[1.12], [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb], [libxcb]) AC_CONFIG_AUX_DIR([build-aux]) |