summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-19 18:09:12 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-19 18:09:12 -0800
commit3a157762578a2e4253a7cb40d2854a3444d5a9df (patch)
tree597e1e7d95e5f2a2b126374d8a1be586ad909672
parent5b966c72c422d2129435de7876f1681b2d710549 (diff)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--NEWS8
-rw-r--r--README.md2
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 3 deletions
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])