From 59917d28a3c41ad22d6fc52e323cafe2cdd596d5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 8 Mar 2025 15:23:04 -0800 Subject: [PATCH] libX11 1.8.12 Signed-off-by: Alan Coopersmith --- README.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62041f5c..5fd388bb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ For patch submission instructions, see: https://www.x.org/wiki/Development/Documentation/SubmittingPatches +## Release 1.8.12 + + * x11.pc: Add URL field (!280) + * xkb: Bring over fixes from Xserver to shared XKB source files (!279) + ## Release 1.8.11 * Close xcb connection after freeing display structure to avoid XIO error diff --git a/configure.ac b/configure.ac index 2fd7e312..c3f23e25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libX11], [1.8.11], +AC_INIT([libX11], [1.8.12], [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])