xinit: Changes to 'refs/tags/xinit-1.4.2'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 3 22:19:13 UTC 2022


Tag 'xinit-1.4.2' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2022-12-03 22:19 +0000

xinit-1.4.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAABCgAGBQJji8tbAAoJEM/fFIgoxkKndNwP/3r7hEfTbLpGhWk/WqSuWCOX
vc33xTAOBWE/UZ4nw4Q5Stp9BrousFKCkjsMfLAULfgAzho6GETHouNS//r2FG6X
UK+nj24Xaiqw33mNF+/rBOBWg10vQxRFN90zMnQcsXsUIewqI0bWEX5IqeG+e8uv
HyHsPlkFJ8XKTjhJp4zHaLkWiPBq/zbzR70O1nmyAlnLh3ZhrfBRDyjoWutetpYX
uZ6S7i29UGyx/B1kFz2vRHwsLmLard4dGbcW/6adPJFNb8IUy+a2qzbuJb7c32Ha
OK81i6qEjJgfyv4E/c+ZpY3zhOIoebdsaKLdkwtrYjaPJB/51BbQzZHRjvDu3kyo
GnhuJyJ/C073JSx/9yANvxCw8FZGi0Hrj53r3vK8QvRDW2got/PKa6d+qei0dlNe
qcL2q4TLx2cgj70tsJKNmtKB5x27wMLkK2FafXoGlA+hp57H1+PQgxofZ3yGzbXD
LYQLQdt7l/1Za9o3yM0Xcpcg1ui7rIuzeU60jY7219mlWsMXDHxNgd432HnKXB1M
pVqq9bwpGhjqvNAwqt05OwDDswldlevDZpwMuapoC77UxNnTcCwAHVh0jrNVFl9o
QZDL16njPJzF1jzgRwb69WhKVJGR/J9BNptmgPePogfqQopaR2vnjWFCaTvBWUsd
Wczje5bY/cpUf19ZvCKa
=gKOq
-----END PGP SIGNATURE-----

Changes since xinit-1.4.1:
Alan Coopersmith (6):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      man page: Update remote display example from rsh to ssh
      xinit 1.4.2

Arthur Williams (2):
      Remove non-portable grep usage from startx
      Don't wait for X to finish starting if it has died

Dominik 'Rathann' Mierzejewski (1):
      stop unsetting DBUS_SESSION_BUS_ADDRESS variable

Jeremy Huddleston Sequoia (4):
      darwin: Drop support for macOS 10.7 and earlier
      darwin: Ensure we launch the user startx from $HOME
      darwin: Specify +extension GLX when the user requests IGLX support
      darwin: Wait for font_cache to complete to avoid a race with `xset fb=`

Matt Turner (1):
      man: Restore non-SCO UNIX bits of the man page

Rickie Schroeder (1):
      startx: use uname -n instead of hostname

Tim Egenton (1):
      startx: Source XINITRC and XSERVERRC variables

nia (1):
      startx: don't attempt to catch SIGKILL

---
 .gitlab-ci.yml                                        |   98 ++++
 README.md                                             |    2 
 configure.ac                                          |   20 
 launchd/Makefile.am                                   |    8 
 launchd/console_redirect.c                            |  418 ------------------
 launchd/console_redirect.h                            |   44 -
 launchd/privileged_startx/20-font_cache.cpp           |    6 
 launchd/privileged_startx/Makefile.am                 |    5 
 launchd/privileged_startx/privileged_startx.plist.cpp |    9 
 launchd/privileged_startx/server.c                    |    8 
 launchd/user_startx/Makefile.am                       |    1 
 launchd/user_startx/launchd_startx.c                  |   11 
 man/startx.man                                        |   42 +
 man/xinit.man                                         |    2 
 startx.cpp                                            |   43 -
 xinit.c                                               |    2 
 16 files changed, 164 insertions(+), 555 deletions(-)
---


More information about the xorg-commit mailing list