summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-09-20 02:48:20 +0200
committerMichael Biebl <biebl@debian.org>2010-09-20 02:48:24 +0200
commit808e9ebab59a9c7abdcc2cc5dbc527748dbb7bb0 (patch)
treebe0fd10364f0a22677dc690ff24394d1e954f874
parent70895293cdb9ff27bc0bef3e48fbc2f95a638a12 (diff)
downloadconsolekit-808e9ebab59a9c7abdcc2cc5dbc527748dbb7bb0.tar.gz
Use VT_WAITEVENT ioctl to monitor VT switches
to avoid spawning a thread for each possible VT. This requires a Linux kernel 2.6.32 or newer. (Closes: #526499)
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a38f8ee..6505720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
consolekit (0.4.2-1) UNRELEASED; urgency=low
* New upstream release.
+ - Use VT_WAITEVENT ioctl to monitor VT switches to avoid spawning a thread
+ for each possible VT. This requires a Linux kernel 2.6.32 or newer.
+ (Closes: #526499)
* debian/control
- Bump Standards-Version to 3.9.1.
- Use architecture wildcard kfreebsd-any for the libkvm-dev Build-Depends.