X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=bf044c2d9953acd64149c776f54949942321f8b8;hb=6edb57c0e490c8261920b44d2e33df54ce9586e1;hp=8b506952f32d6fe193f97f0fc8497fa85ff34529;hpb=41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5;p=elogind.git diff --git a/NEWS b/NEWS index 8b506952f..bf044c2d9 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,27 @@ -udev 155 +udev 157 +======== +Bugfixes. + +udev 156 ======== 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. +udev 155 +======== +Bugfixes. +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 ========