Release libxcb 1.11.1
This commit is contained in:
parent
00903d4d6a
commit
7cf5ac145b
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
||||||
|
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)
|
Release 1.11 (2014-08-01)
|
||||||
=========================
|
=========================
|
||||||
* Force structures with 64-bit fields to be packed
|
* Force structures with 64-bit fields to be packed
|
||||||
|
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# Initialize Autoconf
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([libxcb],[1.11],
|
AC_INIT([libxcb],[1.11.1],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],
|
||||||
[libxcb])
|
[libxcb])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
Loading…
Reference in New Issue