Release libxcb 1.11.1

This commit is contained in:
Uli Schlachter 2015-09-06 12:39:19 +02:00
parent 00903d4d6a
commit 7cf5ac145b
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -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

View File

@ -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])