diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-24 15:02:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-24 15:02:23 -0700 |
commit | e4927d0c4fbf950bc45fc27309290e1911e75f42 (patch) | |
tree | 453970c842aafb7ad6ab9b86231d5c9679012c05 | |
parent | 4ab58f26d388c82ffe46ef1c7dd1cee6259eec8a (diff) |
libX11 1.8.8libX11-1.8.8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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]) |