X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=8b506952f32d6fe193f97f0fc8497fa85ff34529;hb=41c69b0ff0471a04ba0dcb9829ced2ffa0c43cb5;hp=87d5343f6ddc73acb9c337d794b0cde88864c41c;hpb=1efde3bcef093da3b4e00243f5939e805ca736e2;p=elogind.git diff --git a/NEWS b/NEWS index 87d5343f6..8b506952f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +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. + + +udev 154 +======== +Bugfixes. + +Udev now gradually starts to pass control over the primary device nodes +and their names to the kernel, and will in the end only manage the +permissions of the node, and possibly create additional symlinks. +As a first step NAME="" will be ignored, and NAME= setings with names +other than the kernel provided name will result in a logged warning. +Kernels that don't provide device names, or devtmpfs is not used, will +still work as they did before, but it is strongly recommended to use +only the same names for the primary device node as the recent kernel +provides for all devices. + udev 153 ======== Fix broken firmware loader search path.