X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=RELEASE-NOTES;h=11d728d06ac617e5f020545e6e5ebcc7449cdd38;hb=226c074d6d27a789a1dfba869f993b53fe135958;hp=42048cce53ee0334db0022dccc175cb07d5c5cc5;hpb=36af2ddcb92c51acad0f909bb5dfb090cea9c5ed;p=elogind.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 42048cce5..11d728d06 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,18 +1,40 @@ +udev 085 +======== +Fix queue export, which wasn't correct for subsequent add/remove +events for the same device. + +udev 085 +======== +Fix cramfs detection on big endian. + +Make WAIT_FOR_SYSFS usable in "normal" rules and silent if the whole +device goes away. + +udev 084 +======== +If BUS== and SYSFS{}== have been used in the same rule, the sysfs +attributes were only checked at the parent device that matched the +by BUS requested subsystem. Fix it to also look at the device we +received the event for. + +Build variable CROSS has changed to CROSS_COMPILE to match the kernel +build name. + udev 083 ======== Fix a bug where NAME="" would prevent RUN from beeing executed. -RUN="/bin/program" does no longer automatically add the subsystem +RUN="/bin/program" does not longer automatically add the subsystem as the first parameter. This is from the days of /sbin/hotplug -which is dead now and it's just confusing to need to add space at the -end of the program name to prevent this. If you use rules that -depend on this, like the old "udev_run_hotlugd" and "udev_run_devd", -switch them to: RUN+="/bin/program $env{SUBSYSTEM}", otherwise -they will no longer work as expected. +which is dead now and it's just confusing to need to add a space at +the end of the program name to prevent this. +If you use rules that need the subsystem as the first parameter, +like the old "udev_run_hotlugd" and "udev_run_devd", add the subsystem +to the key like RUN+="/bin/program $env{SUBSYSTEM}". udev 082 ======== -The udev man page has moced to udev(7) as it doesnot describe a command +The udev man page has moved to udev(7) as it does not describe a command anymore. The programs udev, udevstart and udevsend are no longer installed by default and must be copied manually, if they should be installed or included in a package.