X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS;h=7c09248a8d770451e0ba6584e98e97dad6e32cbd;hb=c4390e0711b749adb02739918db34ce686d66256;hp=972b9b0b11d49d30993db3a611c21904b1c29442;hpb=9032f119f07ad3b5116b3d4858816d851d4127de;p=elogind.git diff --git a/NEWS b/NEWS index 972b9b0b1..7c09248a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +udev 141 +======== +Bugfixes. + +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 +======== +Bugfixes. + +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 ======== Bugfixes.