update RELEASE-NOTES

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-07-07 23:01:04 +02:00
parent a72e3f666b
commit 97c0448d9a
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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"