aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorScott James Remnant <scott@ubuntu.com>2009-01-20 21:36:09 +0000
committerScott James Remnant <scott@netsplit.com>2009-01-20 21:36:09 +0000
commit9032f119f07ad3b5116b3d4858816d851d4127de (patch)
tree1cd764903bfeb503edce81850be8f7cc961832ad /NEWS
parent5f03ed8a56d308af72db8a48ab66ed68667af2c6 (diff)
downloadudev-9032f119f07ad3b5116b3d4858816d851d4127de.tar.gz
Expose delayed name resolution
udevd had the ability to delay name resolution until the event, but this was never exposed. Add a --resolve-names=late option to do so.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52bfa6a9..972b9b0b 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ The udevadm test command has no longer a --force option, nodes and symlinks
are always updated with a test run now.
The udevd daemon can be started with --resolve-names=never to avoid all user
-and group lookups (e.g. in cut-down systems).
+and group lookups (e.g. in cut-down systems) or --resolve-names=late to
+lookup user and groups every time events are handled.
udev 136
========