From ed9fb5535efe1e5278654b6b3994a34337b4bf1a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Jul 2024 10:37:55 -0700 Subject: [PATCH] libX11 1.8.10 Signed-off-by: Alan Coopersmith --- README.md | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1bddbb..abacb393 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.10 + + * Re-fix XIM input sometimes jumbled (#205, #206, #207, #208, !246) + * Fix various static analysis errors (!250) + * Add compose sequences for Arabic hamza (!218), Ezh (!221), and + hryvnia currency (!259) + * Make colormap private interfaces thread safe (#215, !254) + * Fix deadlock in XRebindKeysym() (!256) + * Assorted memory handling cleanups (!251, !258) + * Restore VAX support still in use by NetBSD (!257) + ## Release 1.8.9 * Fix regressions introduced in 1.8.8 (!245, !248) - this includes reverting diff --git a/configure.ac b/configure.ac index 15ccdd53..49f05e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.70]) -AC_INIT([libX11], [1.8.9], +AC_INIT([libX11], [1.8.10], [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])