chiark / gitweb /
[PATCH] add ENV{} key to match agains environment variables
[elogind.git] / RELEASE-NOTES
1 udev 055
2 ========
3 We support an unlimited count of symlinks now.
4
5 If USE_STATIC=true is passed to a glibc build, we link statically and use
6 a built-in userdb parser to resolve user and group names.
7
8 THE PLACE= key is gone. It can be replaced by an ID= for a long time, cause
9 we walk up the chain of physical devices to find a match.
10
11 The KEY="<value>" format supports '=', '==', '!=,' , '+=' now. This makes it
12 easy to skip certain attribute matches without composing rules with weird
13 character class negations like:
14   KERNEL="[!s][!c][!d]*"
15
16 this can now be replaced with:
17   KERNEL!="scd*"
18
19 The current simple '=' is still supported, and should work as it does today,
20 but existing rules should be converted if possible, to be better readable.
21