aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-05-05 11:14:50 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-05-05 11:39:25 +0200
commit75cb1ac51ea0176926c749bd0f22c19ce8b20e5f (patch)
tree7d813ccdbe7385c4b69b0a3507ffae6f3f7a7bb2 /NEWS
parent2d01980f1afbde8aabd175a5d866a8eeccc29208 (diff)
downloadudev-75cb1ac51ea0176926c749bd0f22c19ce8b20e5f.tar.gz
warn when renaming kernel-provided nodes instead of adding symlinks
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f3163ecd..d4e8477c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
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
========