[Xcb] [PATCH xcb-proto] Release xcb-proto 1.13

Daniel Stone daniels at collabora.com
Wed Feb 28 17:34:05 UTC 2018


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 at collabora.com>
---
 NEWS         | 11 +++++++++++
 configure.ac |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index caf1ffa..efae961 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Release 1.13 (2018-02-28)
+=========================
+* dri3: Add multi-plane/modifier protocol for v1.2
+* present: Add suboptimal-copy protocol for v1.2
+* randr: Add output-lease protocol for v1.6
+* Add support for variable-sized lists of FDs
+* xge: Add safe generic-event sending support
+* Fix initial connection handshaking
+* Updated XML DTD
+* Python 3.x cleanups and compatibility
+
 Release 1.12 (2016-05-18)
 =========================
 * xinput: Various padding-related additions and fixes
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 at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
-- 
2.14.3



More information about the Xcb mailing list