summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2018-02-28 01:26:51 +0000
committerDaniel Stone <daniels@collabora.com>2018-02-28 17:18:23 +0000
commit94228cde97d9aecfda04a8e699d462ba2b89e3a0 (patch)
treef8bfa308d0c23447e2590380075f44f593038ace /configure.ac
parent554c09fff2c2c1af4f1d806f4779685bdb3cd90b (diff)
downloadxcb-proto-94228cde97d9aecfda04a8e699d462ba2b89e3a0.tar.gz
Release xcb-proto 1.13xcb-proto-1.13
This release adds support for variable-sized lists of FDs (e.g. sized by a field in the request/event), as well as several other cleanups and fixes in the core code. DRI3 has been bumped to v1.2, using the new support to support multi-planar buffers and DRM modifiers. Present has also been bumped to v1.2, adding a new token for the server to indicate to the client that it should reallocate its buffers. RandR has been updated to 1.6, adding support for DRM leases to allow clients to directly control outputs. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 540a8dd..88b3439 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([XCB Proto],
- 1.12,
+ 1.13,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-bzip2])