debian/changelog | 1 + debian/xserver-xorg-core.NEWS | 2 ++ 2 files changed, 3 insertions(+)
New commits: commit 3684e6d4677939ff12ed246c565ce0fecb8b1455 Author: Andreas Boll <[email protected]> Date: Sat Oct 17 11:37:09 2015 +0200 Document new location for non-root Xorg log in the NEWS file. diff --git a/debian/changelog b/debian/changelog index 4d19572..214df08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xorg-server (2:1.17.2-4) UNRELEASED; urgency=medium [ Andreas Boll ] * Use the correct repository for the Vcs-Git field (Closes: #801340). Thanks, Vagrant Cascadian. + * Document new location for non-root Xorg log in the NEWS file. [ Julien Cristau ] * Add NEWS file for xserver-xorg-core with info about the -legacy split. diff --git a/debian/xserver-xorg-core.NEWS b/debian/xserver-xorg-core.NEWS index 2080e43..9662e43 100644 --- a/debian/xserver-xorg-core.NEWS +++ b/debian/xserver-xorg-core.NEWS @@ -7,6 +7,8 @@ xorg-server (2:1.17.2-4) UNRELEASED; urgency=medium * it relies on a kernel video driver (so the userspace component doesn't touch the hardware directly) * it needs X to run on the virtual console (VT) it was started from + * it changes the location for storing the Xorg log from /var/log/ to + ~/.local/share/xorg/ On systems where those are not available, the new xserver-xorg-legacy package is needed to allow X to run with elevated privileges. See the

