libX11 1.8.12

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2025-03-08 15:23:04 -08:00
parent 5f8077b257
commit 59917d28a3
No known key found for this signature in database
GPG key ID: DAB0F78EA6E7E2D2
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,11 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches https://www.x.org/wiki/Development/Documentation/SubmittingPatches
## Release 1.8.12
* x11.pc: Add URL field (!280)
* xkb: Bring over fixes from Xserver to shared XKB source files (!279)
## Release 1.8.11 ## Release 1.8.11
* Close xcb connection after freeing display structure to avoid XIO error * Close xcb connection after freeing display structure to avoid XIO error

View file

@ -1,7 +1,7 @@
# Initialize Autoconf # Initialize Autoconf
AC_PREREQ([2.70]) AC_PREREQ([2.70])
AC_INIT([libX11], [1.8.11], AC_INIT([libX11], [1.8.12],
[https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11]) [https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues], [libX11])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h]) AC_CONFIG_HEADERS([src/config.h include/X11/XlibConf.h])