X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=RELEASE-NOTES;h=18e2829bbb08bee80b1ac1f7ce624ae5ea26e180;hb=7a7702509259f811d4f8321e64e28dc72037c88b;hp=8a1bde8a3b44c0a5a9a978f719c10fcfc7a5c956;hpb=bc48bbd9cd994470ce9b77adbb40464968853b00;p=elogind.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8a1bde8a3..18e2829bb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,20 @@ +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" + +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