* Wed Jun 04 2025 sndirsch@suse.com
- no longer require xinit so it can be dropped from SLE16
* Tue Mar 25 2025 gmbr3@opensuse.org
- Move display-manager.service to display-manager-legacy.service
to prepare for systemd control of display manager choice
(needs systemd-presets-common-SUSE update)
- Create xdm.service to allow XDM to be used in systemd only mode
- Order systemd-presets-common-SUSE before xdm
* Sun Mar 09 2025 sndirsch@suse.com
- Update to release 1.1.17
Support for using getaddrinfo(), inet_ntop(), and struct sockaddr_storage
was originally added to support IPv6, and only used if IPv6 support was
enabled. Two decades later, these interfaces are ubiquitous and OS'es have
starting marking the old interfaces as deprecated, so this release changes
to use the modern interface whenever we can now. (Note that code included
from xtrans will only use these interfaces when IPv6 is disabled if building
against xtrans 1.6.0 or later.)
* Sat Mar 01 2025 jengelh@inai.de
- Make build recipe compatible with POSIX sh.
* Wed Feb 26 2025 dimstar@opensuse.org
- display-manager: Do not abort when there is no /usr/bin/X found.
Rely on the DM to know how to handle it. E.g gdm could be
spawning a wayland-only session. (boo#1237777)
* Wed Nov 27 2024 dimstar@opensuse.org
- Split out displaymanager-sycconfig package: The central
configuration part that is used by all display managers. This is
needed in order to progress towards 'xdm' not acting as wrapper
around DMs, but only be used as Dislplay Manager when XDM is
supposed to be used, or use the real systemd services of the
various DMs (e.g gdm.service, sddm.service).
* Wed Nov 20 2024 pgajdos@suse.com
- tweak the login screen:
* use sans serif font
* use branding wallpaper and colors
* do not require xli, recommend feh
* Fri Aug 09 2024 kukuk@suse.com
- sysconfig/windowmanager is deprecated since 7 years, don't
read it if it does not exist.
* Fri Apr 05 2024 sndirsch@suse.com
- Update to release 1.1.16
* This release fixes a failure to build with the recent libXaw 1.0.16
release due to a change introduced in xdm 1.1.15 to address gcc 14
build issues.
* Sun Mar 24 2024 sndirsch@suse.com
- Update to release 1.1.15
* This release fixes a failure to build with the upcoming gcc 14,
cleans up several other compiler warnings, fixes a bug in the
generation of the xdm.service file for systemd, and removes a
lot of dead code checks for platforms & features that have not
been supported since the conversion from Imake to autoconf in
2005.
- supersedes u_gcc14-fix.patch