<div dir="ltr">It it still not possible to enable XInput by default?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-14 11:40 GMT+03:00 Uli Schlachter <span dir="ltr"><<a href="mailto:psychon@znc.in" target="_blank">psychon@znc.in</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Signed-off-by: Uli Schlachter <<a href="mailto:psychon@znc.in">psychon@znc.in</a>><br>
---<br>
 NEWS         | 32 ++++++++++++++++++++++++++++++++<br>
 <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> |  2 +-<br>
 2 files changed, 33 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/NEWS b/NEWS<br>
index 00285c2..048ca88 100644<br>
--- a/NEWS<br>
+++ b/NEWS<br>
@@ -1,3 +1,35 @@<br>
+Release 1.12 (XXXX-XX-XX)<br>
+=========================<br>
+* configure: Various fixes for dri3 and FD passing support<br>
+* configure: Don't report all the warning CFLAGS<br>
+* configure: Disable Xevie and Xprint by default<br>
+* Add support for various new constructs in the XML schema<br>
+* Make some functions also accept connections in an error state<br>
+* Never return NULL from xcb_get_setup()<br>
+* Use Requires.private in .pc files to avoid overlinking<br>
+* Fix align-pads for switches which start at unaligned positions<br>
+* Use anonymous structs for some nested structs<br>
+* Also generate accessors for variable-sized events and requests<br>
+* Improved python3 compatibility<br>
+* Generate C99 initializers instead of comments<br>
+* Various simplifications to the python code<br>
+* Fix line breaks in xcb-requests manual page<br>
+* Always close FDs in xcb_send_fd()<br>
+* Fix thread-safety issues with FD passing<br>
+* Add xcb_send_request_with_fds() and xcb_send_request_with_fds64()<br>
+* Fix endless loop with too many outstanding FDs to send<br>
+* Link with winsock library on MinGW<br>
+* Disable some unfinished API for some server-side code by default<br>
+* Use align-offsets computed by xcb-proto instead of low bits of pointers<br>
+* Fix iterator interaction with align padding<br>
+* Stop serializing padding by default<br>
+* Increase unix socket send buffer to at least 64KiB<br>
+<br>
+Release 1.11.1 (2015-09-06)<br>
+===========================<br>
+* Expose 64-bit sequence numbers for XLib<br>
+* Fix some hangs related to xcb_wait_for_special_event()<br>
+<br>
 Release 1.11 (2014-08-01)<br>
 =========================<br>
 * Force structures with 64-bit fields to be packed<br>
diff --git a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> b/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
index 126d2bf..ec31542 100644<br>
--- a/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a><br>
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.<br>
<br>
 # Initialize Autoconf<br>
 AC_PREREQ([2.60])<br>
-AC_INIT([libxcb],[1.11.90],<br>
+AC_INIT([libxcb],[1.12],<br>
         [<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=xcb" rel="noreferrer" target="_blank">https://bugs.freedesktop.org/enter_bug.cgi?product=xcb</a>],<br>
         [libxcb])<br>
 AC_CONFIG_AUX_DIR([build-aux])<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.8.1<br>
<br>
_______________________________________________<br>
Xcb mailing list<br>
<a href="mailto:Xcb@lists.freedesktop.org">Xcb@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/xcb" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/xcb</a></font></span></blockquote></div><br></div>