Tags: rstms/xserver
Tags
minor release 25.0.0.4 happy independence day
minor bugfix release xlibre-xserver-25.0.0.2
Xephyr.man: Use \- to get ASCII hyphens instead of Unicode dashes Used in command-line arguments and email addresses Signed-off-by: Alan Coopersmith <[email protected]> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2009>
dix-config.h: add HAVE_SOCKLEN_T definition
Needed to build with IPv6 disabled using gcc 14 on some platforms to avoid:
In file included from /usr/X11/include/X11/Xtrans/transport.c:67,
from xstrans.c:17:
/usr/X11/include/X11/Xtrans/Xtranssock.c: In function ‘_XSERVTransSocketOpen’:
/usr/X11/include/X11/Xtrans/Xtranssock.c:467:28: error: passing argument 5
of ‘getsockopt’ from incompatible pointer type [-Wincompatible-pointer-types]
467 | (char *) &val, &len) == 0 && val < 64 * 1024)
| ^~~~
| |
| size_t * {aka long unsigned int *}
Signed-off-by: Alan Coopersmith <[email protected]>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1736>
dix-config.h: add HAVE_SOCKLEN_T definition
Needed to build with IPv6 disabled using gcc 14 on some platforms to avoid:
In file included from /usr/X11/include/X11/Xtrans/transport.c:67,
from xstrans.c:17:
/usr/X11/include/X11/Xtrans/Xtranssock.c: In function ‘_XSERVTransSocketOpen’:
/usr/X11/include/X11/Xtrans/Xtranssock.c:467:28: error: passing argument 5
of ‘getsockopt’ from incompatible pointer type [-Wincompatible-pointer-types]
467 | (char *) &val, &len) == 0 && val < 64 * 1024)
| ^~~~
| |
| size_t * {aka long unsigned int *}
Signed-off-by: Alan Coopersmith <[email protected]>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1736>
Xnest XCB version 24.2.0.0 2nd release this year: * added syslog support * xfree86: fixed DRI crash bug (X11Libre#1053, X11Libre#1534) * bunch of little cleanups and fixes * by default only builds Xnest DDX (others still can be enabled via options) Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Xnest XCB version 24.1.0.0 First release since three years: * Xnest has been fully transitioned to XCB (no Xlib deps anymore) * By default only builds Xnest DDX (others still can be enabled via options) Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
PreviousNext