summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2021-05-18 15:27:58 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2021-05-18 15:27:58 +0200
commit6953a586df4819143c4d55e011b3a5e5377981b8 (patch)
tree001db686909d4668f7bf2434337ea22c98c6bcb5
parent8d2e02ae650f00c4a53deb625211a0527126c605 (diff)
downloadxorg-lib-libX11-libX11-1.7.1.tar.gz
Version 1.7.1libX11-1.7.1
Release notes in README.md, version bump in configure.ac
-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 a5fbd67f..841abb60 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.7.1
+
+This is a bug fix release, including a security fix for
+CVE-2021-31535, nls and documentation corrections.
+
+ * Reject string longer than USHRT_MAX before sending them on the wire
+ * Fix out-of-bound access in KeySymToUcs4()
+ * nls: allow composing all breved letters also with a lowercase "u"
+ * nls: add 'C.utf8' as an alias for 'en_US.UTF-8'
+ * Nroff code fixes
+ * Comments fixes
## Release 1.7.0
diff --git a/configure.ac b/configure.ac
index bd7755a6..92a65b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libX11], [1.7.0],
+AC_INIT([libX11], [1.7.1],
[https://gitlab.freedesktop.org/xorg/lib/libx11/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])