mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-06 03:28:01 +02:00
libX11 1.8.10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
92014b3963
commit
ed9fb5535e
2 changed files with 12 additions and 1 deletions
11
README.md
11
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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue