libX11 1.8.10

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2024-07-28 10:37:55 -07:00
parent 92014b3963
commit ed9fb5535e
No known key found for this signature in database
GPG key ID: CFDF148828C642A7
2 changed files with 12 additions and 1 deletions

View file

@ -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

View file

@ -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])