From 7cf5ac145b7b1858ea8d3df178c99c5b00750d37 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 6 Sep 2015 12:39:19 +0200 Subject: [PATCH] Release libxcb 1.11.1 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 00285c2..aee79ed 100644 --- a/NEWS +++ b/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) ========================= * Force structures with 64-bit fields to be packed diff --git a/configure.ac b/configure.ac index eb4a971..8a14a96 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], +AC_INIT([libxcb],[1.11.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb], [libxcb]) AC_CONFIG_AUX_DIR([build-aux])