chiark / gitweb /
update NEWS README
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 87d5343f6ddc73acb9c337d794b0cde88864c41c..8b506952f32d6fe193f97f0fc8497fa85ff34529 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+udev 155
+========
+Bugfixes.
+
+Now, on startup, udevd itself copies the content of /lib/udev/devices
+to /dev. Also the standard symlinks like /dev/std{in,out,err}, /dev/core,
+/dev/fd are created.
+
+
+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
 ========
 Fix broken firmware loader search path.