[Xcb-commit] xcb/proto: 2 commits - configure.ac NEWS
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Feb 22 20:16:46 UTC 2020
NEWS | 6 ++++++
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
New commits:
commit 73d84bf39be7f3d8c90d7494bd4641456f2c8ef9
Author: Matt Turner <mattst88 at gmail.com>
Date: Sat Feb 22 12:13:50 2020 -0800
Release xcb-proto 1.14
Signed-off-by: Matt Turner <mattst88 at gmail.com>
diff --git a/NEWS b/NEWS
index efae961..9bab62b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Release 1.14 (2020-02-22)
+=========================
+* Fix size computation of imported lists
+* Allow access to the original type in the XML
+* Add sysroot prefix to pkgconfig file (Fixes #9)
+
Release 1.13 (2018-02-28)
=========================
* dri3: Add multi-plane/modifier protocol for v1.2
diff --git a/configure.ac b/configure.ac
index 059be73..14a7c2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([XCB Proto],
- 1.13,
+ 1.14,
[xcb at lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
AM_INIT_AUTOMAKE([foreign dist-xz])
commit 6d846028718206769d6b70c96239b926e782b4aa
Author: Matt Turner <mattst88 at gmail.com>
Date: Sat Feb 22 12:15:21 2020 -0800
Build xz tarballs instead of bzip2
Signed-off-by: Matt Turner <mattst88 at gmail.com>
diff --git a/configure.ac b/configure.ac
index 88b3439..059be73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([XCB Proto],
1.13,
[xcb at lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AC_PATH_PROG(XMLLINT, xmllint, no)
AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno")
More information about the xcb-commit
mailing list