chiark / gitweb /
libudev: ctrl - return error after sending ctrl message
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 1737d9faea7b5354c83ca126cc1ecd4a7cfcf9cc..4d59c95f61f82d44c9d2685093e222136525fc57 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
+udev 140
+========
+Bugfixes.
+
+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
 ========