mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2025-12-20 07:00:12 +01:00
libX11 1.8.12
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
5f8077b257
commit
59917d28a3
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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue