X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=3aa5a430c70bf7bd29b0b2421ddbffbbfed21636;hp=d4e8477cfba21f5092a9c3be0cc9f325bb9a90dd;hb=9fa68615bb0315501625c6cde3f3077257c740e7;hpb=75cb1ac51ea0176926c749bd0f22c19ce8b20e5f diff --git a/NEWS b/NEWS index d4e8477cf..3aa5a430c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +udev 157 +======== +Bugfixes. + +The option --debug-trace and the environemnt variable UDEVD_MAX_CHILDS= +was removed from udevd. + +Udevd now parses the kernel commandline for the following variables: + udev.log-priority= + udev.children-max= + udev.exec-delay= +to help debuging coldplug setups where the loading of a kernel +module crashes the system. + +udev 156 +======== +Bugfixes. + +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 ======== Bugfixes.