mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-06 05:38:12 +02:00
libX11 1.8.9
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
52a191ee09
commit
a465588218
2 changed files with 6 additions and 1 deletions
|
|
@ -31,6 +31,11 @@ For patch submission instructions, see:
|
|||
|
||||
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
|
||||
|
||||
## Release 1.8.9
|
||||
|
||||
* Fix regressions introduced in 1.8.8 (!245, !248) - this includes reverting
|
||||
for now the previous "Fix XIM input sometimes jumbled (#198, !236)"
|
||||
|
||||
## Release 1.8.8
|
||||
|
||||
* Fix XIM input sometimes jumbled (#198, !236)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.70])
|
||||
AC_INIT([libX11], [1.8.8],
|
||||
AC_INIT([libX11], [1.8.9],
|
||||
[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