libX11 1.8.8

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2024-03-24 15:02:23 -07:00
parent 4ab58f26d3
commit e4927d0c4f
No known key found for this signature in database
GPG key ID: CFDF148828C642A7
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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])