[Xcb] [PATCH libxcb 2/2] WIP: Release libxcb 1.12

Александр Волков volkov0aa at gmail.com
Tue May 17 08:08:54 UTC 2016


It it still not possible to enable XInput by default?

2016-05-14 11:40 GMT+03:00 Uli Schlachter <psychon at znc.in>:

> Signed-off-by: Uli Schlachter <psychon at znc.in>
> ---
>  NEWS         | 32 ++++++++++++++++++++++++++++++++
>  configure.ac |  2 +-
>  2 files changed, 33 insertions(+), 1 deletion(-)
>
> diff --git a/NEWS b/NEWS
> index 00285c2..048ca88 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,3 +1,35 @@
> +Release 1.12 (XXXX-XX-XX)
> +=========================
> +* 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])
> --
> 2.8.1
>
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/xcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/xcb/attachments/20160517/24695491/attachment.html>


More information about the Xcb mailing list