Release libxcb 1.13.1

This commit is contained in:
Uli Schlachter 2018-09-27 14:04:17 +02:00
parent bbda345a71
commit 8287ebd7b7
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Release 1.13.1 (2018-09-27)
===========================
* Don't flag extra reply in xcb_take_socket
Release 1.13 (2018-02-28) Release 1.13 (2018-02-28)
========================= =========================
* Add support for variable-sized lists of FDs * Add support for variable-sized lists of FDs

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.13], AC_INIT([libxcb],[1.13.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])