chiark / gitweb /
NEWS: clarify /dev/.run/ requirements
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 8f579f35f748199ebfd2624ff8643f71d22b9371..8da1cd9ed2635a5e4fd8833e58cc71e33b4dd324 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+udev 167
+========
+Bugfixes.
+
+The udev runtime data moved from /dev/.udev/ to /dev/.run/udev/.
+On systemd systems the tmpfs mountpoint /var/run/ will have a
+permanent "early-boot alias" /dev/.run/, where udev and a couple
+of other early-boot tools will put their runtime data.
+
+On systemd systems with LVM used, packagers must make sure, that
+the systemd and initramfs version match. The initramfs needs to
+create the /dev/.run/ mountpoint for udev to store the data, so
+that systemd will not overmount it, which would make the udev
+data from initramfs 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.