diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-05 14:08:47 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-08-05 14:08:47 +0200 |
commit | 585e83885622af3b915b92bee71a575a11a6943a (patch) | |
tree | 6fcca0b5f963ace2a166325e7257b1657f13d69f /RELEASE-NOTES | |
parent | 538876cdc8cd1ad0cc7575d641feae2df91b507a (diff) |
release 114
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2dd24929a6..e69db23378 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,17 @@ +udev 114 +======== +Bugfixes. + +Dynamic rules can be created in /dev/.udev/rules.d/ to trigger +actions by dynamically created rules. + +SYMLINK=="<value>" matches agains the entries in the list of +currently defined symlinks. The links are not created in the +filesystem at that point in time, but the values can be matched. + +RUN{ignore_error}+="<program>" will ignore any exit code from the +program and not record as a failed event. + udev 113 ======== Bugfixes. |