mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-06 09:40:14 +01:00
libX11 1.8.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
7916869d16
commit
c745719e23
2 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -31,6 +31,17 @@ For patch submission instructions, see:
|
|||
|
||||
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
||||
|
||||
## Release 1.8.7
|
||||
|
||||
* Security fixes and hardening in XImage and pixmap handling code
|
||||
(CVE-2023-43786, CVE-2023-43787, !234)
|
||||
* Fix buffer allocation in _XkbReadKeySyms() (CVE-2023-43785)
|
||||
* Fail XOpenDisplay() if server-provided default visual is invalid (!233)
|
||||
* Bring XKB docs in line with actual implementation (!231, !228)
|
||||
* Xutil.h: declare XEmptyRegion() and XEqualRegion() as Bool (!225)
|
||||
* Assorted updates to en_US.UTF-8 compose keys (!213, !214, !215, !216,
|
||||
!217, !219, !220, !222, !223, !226, !227, !229)
|
||||
|
||||
## Release 1.8.6
|
||||
|
||||
* Add bounds checks in InitExt.c (CVE-2023-3138)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.70])
|
||||
AC_INIT([libX11], [1.8.6],
|
||||
AC_INIT([libX11], [1.8.7],
|
||||
[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