summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-03 09:00:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-03 09:00:01 -0700
commitc745719e23af44a4b40ab4508447637b35d91a1e (patch)
treed2ebf74768bfa11609b035ff4ba990a29a9fa814
parent7916869d16bdd115ac5be30a67c3749907aea6a0 (diff)
libX11 1.8.7libX11-1.8.7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
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])