From e4927d0c4fbf950bc45fc27309290e1911e75f42 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 24 Mar 2024 15:02:23 -0700 Subject: libX11 1.8.8 Signed-off-by: Alan Coopersmith --- README.md | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81c7794c..46b1bd27 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ For patch submission instructions, see: https://www.x.org/wiki/Development/Documentation/SubmittingPatches +## Release 1.8.8 + + * Fix XIM input sometimes jumbled (#198, !236) + * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237) + * Drop ifdefs for platforms that are no longer supported (!242, !243) + * Assorted memory handling cleanups + ## Release 1.8.7 * Security fixes and hardening in XImage and pixmap handling code diff --git a/configure.ac b/configure.ac index b0bc0f51..eee7bce1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libX11], [1.8.7], +AC_INIT([libX11], [1.8.8], [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h]) -- cgit v1.2.3