[Xcb-commit] xcb/util: configure.ac NEWS README.md
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Dec 20 02:11:31 UTC 2022
NEWS | 8 ++++++++
README.md | 2 +-
configure.ac | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit 3a157762578a2e4253a7cb40d2854a3444d5a9df
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Mon Dec 19 18:09:12 2022 -0800
xcb-util 0.4.1
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
diff --git a/NEWS b/NEWS
index 3a7920d..432130d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Release 0.4.1 (2022-12-19)
+==========================
+
+- Add standard X.Org package changes to autogen.sh
+- Build xz tarballs instead of bzip2
+- Clean up some compiler warnings from clang
+- Do updates for migration to gitlab
+
Release 0.4.0 (2014-10-15)
==========================
diff --git a/README.md b/README.md
index 1923339..2a39223 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ you're using and why you aren't in a mental hospital yet. We'd welcome
patches/suggestions for enhancement and new libraries; Please report any
issues you find to the freedesktop.org bug tracker, at:
- https://gitlab.freedesktop.org/xorg/lib/libxcb-util/issues
+ https://gitlab.freedesktop.org/xorg/lib/libxcb-util/-/issues
Discussion about XCB occurs on the XCB mailing list:
diff --git a/configure.ac b/configure.ac
index b0a88e1..2a53864 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59c)
-AC_INIT([xcb-util],[0.4.0],
- [https://gitlab.freedesktop.org/xorg/lib/libxcb-util/issues],
+AC_INIT([xcb-util],[0.4.1],
+ [https://gitlab.freedesktop.org/xorg/lib/libxcb-util/-/issues],
[xcb-util])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
More information about the xcb-commit
mailing list