[Xcb-commit] xcb/proto: configure.ac NEWS

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 8 22:30:17 UTC 2020


 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 496e3ce329c3cc9b32af4054c30fa0f306deb007
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 8 15:25:10 2020 -0700

    xcb-proto 1.14.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/NEWS b/NEWS
index 9bab62b..064453e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Release 1.14.1 (2020-10-08)
+===========================
+* Python 3.9 compatibility (stop using removed interfaces)
+* Fix handling of enum attributes in fields
+
 Release 1.14 (2020-02-22)
 =========================
 * Fix size computation of imported lists
diff --git a/configure.ac b/configure.ac
index 14a7c2d..ac05812 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([XCB Proto],
-        1.14,
+        1.14.1,
         [xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-xz])


More information about the xcb-commit mailing list