diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-15 14:52:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-15 14:56:28 -0800 |
commit | 48487c4b9028e9eec5371742f51e1d64c2e17296 (patch) | |
tree | 8954bc649809f1a514f3c6553d96595b3c5b8510 | |
parent | d6d6cba90215d323567fef13d6565756c9956f60 (diff) |
libX11 1.8.3libX11-1.8.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -31,6 +31,15 @@ For patch submission instructions, see: https://www.x.org/wiki/Development/Documentation/SubmittingPatches +## Release 1.8.3 + + * Improved handling of reentering libX11 via X*IfEvent() calls (!171, !173) + * Fix loading of en_US.UTF-8/XLC_LOCALE (#167, !174) + * Add XFreeThreads() and automatic call from a destructor function when + thread-safety-constructor is enabled (!167). + * Address issues found by UBSan and AddressSanitizer + * Fix build with older gcc versions (!169) + ## Release 1.8.2 * Allow X*IfEvent() to reenter libX11 to avoid deadlock from unsafe diff --git a/configure.ac b/configure.ac index cd8d3ce6..33d01020 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libX11], [1.8.2], +AC_INIT([libX11], [1.8.3], [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h]) |