summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index accdf43a..35d67c67 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.8.6
+
+ * Add bounds checks in InitExt.c (CVE-2023-3138)
+
## Release 1.8.5
* autoconf & libtool updates (!187, !188)
diff --git a/configure.ac b/configure.ac
index 6184cd42..045dbb87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.70])
-AC_INIT([libX11], [1.8.5],
+AC_INIT([libX11], [1.8.6],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])