chiark / gitweb /
move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index cd9af80dafe3c5af99ef9a025bb256cd76ad4b3e..fcb6c75dcf95cbc8b5ee46d6eaec90aef16cc5cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+udev 167
+========
+Bugfixes.
+
+The udev runtime data moved from /dev/.udev/ to /dev/.run/udev/.
+On new systems the tmpfs mountpoint /var/run/ will have an
+"early-boot alias" /dev/.run/ where udev and a couple of other
+early-boot tools will put their runtime data.
+On systems with LVM used, packagers must make sure, that the
+initramfs creates the /dev/.run/ mountpoint for udev to store
+the data, so that the real root will not overmount it, which
+would make it invisible.
+
+The command 'udevadm info --convert-db' is gone. The udev daemon
+itself, at startup, converts any old database version if necessary.
+
+udev 166
+========
+Bugfixes.
+
+New and updated keymaps.
+
 udev 165
 ========
 Bugfixes.
@@ -32,6 +54,8 @@ The counterpart of /sys/dev/{char,block}/$major:$minor,
 /dev/{char,block}/$major:$minor symlinks are now unconditionally
 created, even when no rule files exist.
 
+New and updated keymaps.
+
 udev 164
 ========
 Bugfixes.