summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-03-02 14:42:54 -0800
committerMatt Turner <mattst88@gmail.com>2020-03-02 14:45:01 -0800
commit0b3ac9d852a72ee7a93ad4464d8195a4ec0a8407 (patch)
treed4a0b091395b1ad6e0161ec3db16cce61fd56e5f
parent97dc700ee637decc53c3b43fac4311dc88d65040 (diff)
index: release 1.14
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--index.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index 02df4ec..1d11198 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -4,6 +4,8 @@ The X protocol C-language Binding (XCB) is a replacement for Xlib [[featuring|Fe
# News
+February 2020: [xcb-proto 1.14](https://lists.x.org/archives/xorg-announce/2020-February/003038.html) and [libxcb 1.14](https://lists.x.org/archives/xorg-announce/2020-February/003039.html) were released. In addition to fixing bugs, this brings compatibility with check >= 0.13 and and adds xcb_total_read() and xcb_total_written() APIs.
+
March 2018: [xcb-proto 1.13](https://lists.freedesktop.org/archives/xcb/2018-March/011090.html) and [libxcb 1.13](https://lists.freedesktop.org/archives/xcb/2018-March/011091.html) were released. In addition to fixing bugs, this enables new and completed versions of some protocols.
May 2016: [xcb-proto 1.12](https://lists.x.org/archives/xorg-announce/2016-May/002693.html) and [libxcb 1.12](https://lists.x.org/archives/xorg-announce/2016-May/002694.html) were released.