diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-07-07 23:01:04 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-07-07 23:01:04 +0200 |
commit | 97c0448d9a5626a28a60cc3306e9360f45409fd9 (patch) | |
tree | 91b2f4aa9a0684822e677cc2155898888574a8ea | |
parent | a72e3f666b897f94a64547ace3af74785d2f6771 (diff) |
update RELEASE-NOTES
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
-rw-r--r-- | RELEASE-NOTES | 7 | ||||
-rw-r--r-- | udev_rules.c | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 248944bd51..db1e6b838f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +udev 062 +======== +Mostly a Bugfix release. + +Added WAIT_FOR_SYSFS="<attribute>" to be able to fight against the sysfs +timing with custom rules. + udev 061 ======== We changed the internal rule storage format. Our large rule files took diff --git a/udev_rules.c b/udev_rules.c index 27fb0a89a6..41855eb9d7 100644 --- a/udev_rules.c +++ b/udev_rules.c @@ -31,6 +31,7 @@ #include <unistd.h> #include <errno.h> #include <sys/wait.h> +#include <sys/stat.h> #include "libsysfs/sysfs/libsysfs.h" #include "list.h" |