SuccessChanges

Summary

  1. os: add support for systemd notification (details)
  2. Update debian/changelog (2:1.19.2.11) (details)
Commit d4dc7ad8a1d09c7c4e9c488f1aadb1c4b5d48dc6 by Arthur D.
os: add support for systemd notification

It can take some time for Xorg to start. If Xorg runs as a systemd
service and other services are based on it, they have no way to
determine when Xorg is really ready to accept requests. Let's use
sd_notify() provided by libsystemd to signal systemd for readiness.
If Xorg has not been started as a systemd service, this won't do
anything.

Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
The file was modifiedman/Xserver.man (diff)
The file was modifiedos/connection.c (diff)
Commit 8f192ea7e4fb528468cf67b874c6740e94ebcd18 by Arthur D.
Update debian/changelog (2:1.19.2.11)
The file was modifieddebian/changelog (diff)