aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-05-20 18:45:38 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-05-20 18:45:38 +0200
commitc2d5139bfc67e0604e91e49081568fe9e13bd365 (patch)
tree9afc2a1eb1f2df11206e82165bd9f022e1d63d52 /NEWS
parent761dfddcc027d0a4be881d779cc2f62edafbb2eb (diff)
downloadudev-c2d5139bfc67e0604e91e49081568fe9e13bd365.tar.gz
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 12 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8b506952..97db7761 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,18 @@ udev 155
========
Bugfixes.
-Now, on startup, udevd itself copies the content of /lib/udev/devices
-to /dev. Also the standard symlinks like /dev/std{in,out,err}, /dev/core,
-/dev/fd are created.
-
+Now the udev daemon itself, does on startup:
+ - copy the content of /lib/udev/devices to /dev
+ - create the standard symlinks like /dev/std{in,out,err},
+ /dev/core, /dev/fd, ...
+ - use static node information provided by kernel modules
+ and creates these nodes to allow module on-demand loading
+ - possibly apply permissions to all ststic nodes from udev
+ rules which are annotated to match a static node
+
+The default mode for a device node is 0600 now to match the kernel
+created devtmpfs defaults. If GROUP= is specified and no MODE= is
+given the default will be 0660.
udev 154
========