X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=eca93c4d981e4bb7ceb4b77ef5dc0a62b6247b3a;hp=417069729267b7c0e391d64e7ad7e14e275e786a;hb=1d59ba40772517ad92212c89f34529c943c9a849;hpb=f24036d63b0aee735c3098d09b9e0ed450e93177 diff --git a/NEWS b/NEWS index 417069729..eca93c4d9 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,26 @@ +udev 140 +======== +Bugfixes. + +"udevadm settle" now optionally accepts a range of events to wait for, +instead of waiting for "all" events. + +udev 139 +======== +Bugfixes. + +The installed watch for block device metadata changes is now removed +during event hadling, because some (broken) tools may be called from udev +rules and (wrongly) open the device with write access. After the finished +event handling the watch is restored. + udev 138 ======== -Device nodes can be watched for changes with inotify with OPTIONS="watch". If -closed after being opened for writing, a "change" uevent will occur. +Bugfixes. -/dev/disk/by-*/* symlinks will be automatically updated. +Device nodes can be watched for changes with inotify with OPTIONS="watch". +If closed after being opened for writing, a "change" uevent will occur. +/dev/disk/by-{label,uuid}/* symlinks will be automatically updated. udev 137 ========