mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-04 11:48:06 +02:00
libX11 1.8.8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
4ab58f26d3
commit
e4927d0c4f
2 changed files with 8 additions and 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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue