X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=RELEASE-NOTES;h=c8e7baa4db48fb89c567bda8c1130b8b7e8a7331;hb=348f9dfa0461a9e3d93c360de59f4959b0c97fd4;hp=cce8dc03ce26732af75ebfd3050d1199a48050a2;hpb=cef28db9db6e40271ce72ee42c1bb1a3eecbe25c;p=elogind.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cce8dc03c..c8e7baa4d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,13 @@ +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. @@ -12,7 +22,7 @@ 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.