diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2021-05-18 15:27:58 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2021-05-18 15:27:58 +0200 |
commit | 6953a586df4819143c4d55e011b3a5e5377981b8 (patch) | |
tree | 001db686909d4668f7bf2434337ea22c98c6bcb5 | |
parent | 8d2e02ae650f00c4a53deb625211a0527126c605 (diff) |
Version 1.7.1libX11-1.7.1
Release notes in README.md, version bump in configure.ac
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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]) |