Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: kc2qhv/xserver

Tags

point-of-fork

Toggle point-of-fork's commit message
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>

xnest-24.2.1

Toggle xnest-24.2.1's commit message
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-24.1.1

Toggle xnest-24.1.1's commit message
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-24.2.0

Toggle xnest-24.2.0's commit message
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-24.1.0

Toggle xnest-24.1.0's commit message
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]>

Verified

This tag was signed with the committer’s verified signature.
mattst88 Matt Turner

Verified

This tag was signed with the committer’s verified signature.
mattst88 Matt Turner

Verified

This tag was signed with the committer’s verified signature.
p12tic Povilas Kanapickas