diff options
author | David Nusinow <dnusinow@debian.org> | 2009-08-24 23:45:59 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2009-08-24 23:45:59 -0400 |
commit | 8411516487c98a7216853cdd2705f37a23e98785 (patch) | |
tree | bdf7c234c1334ac6391ff9d65037fbfd3ee7205a | |
parent | 97b9f26798ead9d9d79c6915f84d9dcdc30459e3 (diff) |
Add a note about re-enabling ctrl-alt-backspace killing to NEWS.Debian.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/xserver-xorg-core.NEWS | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 984a16b48..f70a0a740 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,15 @@ xorg-server (2:1.6.3-2) UNRELEASED; urgency=low + [ Julien Cristau ] * Add patch stolen from Fedora to add the vboxvideo driver to the autodetection routine (closes: #540884). * Add built-ins to the default font path so that non-Xorg servers can use them (closes: #542707). Thanks, Josselin Mouette! - -- Julien Cristau <jcristau@debian.org> Tue, 11 Aug 2009 11:09:25 +0200 + [ David Nusinow ] + * Add a note about re-enabling ctrl-alt-backspace killing to NEWS.Debian. + + -- David Nusinow <dnusinow@debian.org> Mon, 24 Aug 2009 23:40:55 -0400 xorg-server (2:1.6.3-1) unstable; urgency=low diff --git a/debian/xserver-xorg-core.NEWS b/debian/xserver-xorg-core.NEWS index 1048b5611..273f55840 100644 --- a/debian/xserver-xorg-core.NEWS +++ b/debian/xserver-xorg-core.NEWS @@ -1,3 +1,13 @@ +xorg-server (3:1.6.3-2) unstable; urgency=low + + * The X server no longer allows you to use ctrl-alt-backspace to kill the + X server by default. If you wish to re-enable this feature for the + current session you may do so by running the command + "setxkbmap -option terminate:ctrl_alt_bkspc". You may also enable this + command in your xorg.conf using the XkbOptions Option. + + -- David Nusinow <dnusinow@debian.org> Mon, 24 Aug 2009 23:34:19 -0400 + xorg-server (2:1.3.0.0.dfsg-3) unstable; urgency=low * The server now includes a patch to always include the font paths |