chiark / gitweb /
remove "udev_db" option from config file
[elogind.git] / RELEASE-NOTES
index 8a1bde8a3b44c0a5a9a978f719c10fcfc7a5c956..69166cfef1e16c1ae361e07569a59356aabce27c 100644 (file)
@@ -1,3 +1,24 @@
+udev 076
+========
+All built-in logic to work around bad sysfs timing is removed with this
+version. The need to wait for sysfs files is almost fixed with a kernel
+version that doesn't work with this udev version anyway. Until we fix
+the timing of the "bus" link creation, the former integrated logic should
+be emulated by a rule placed before all other rules:
+  ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
+
+The option "udev_db" does no longer exist. All udev state will always
+be in /$udev_root/.udev/ now, there is no longer an option to set this
+to anything else.
+
+udev 075
+========
+Silent a too verbose error logging for the old hotplug.d/ dev.d/
+emulation.
+
+The copy of klibc is removed. A systemwide installed version of klibc
+should be used to build a klibc udev now.
+
 udev 074
 ========
 NAME="" will not create any nodes, but execute RUN keys. To completely