diff --git a/README.md b/README.md index 35d67c67..81c7794c 100644 --- a/README.md +++ b/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) diff --git a/configure.ac b/configure.ac index 17a8ebce..d7d506e1 100644 --- a/configure.ac +++ b/configure.ac @@ -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])