chiark / gitweb /
[PATCH] remove unneeded code, libsysfs does this for us
[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 this can now be replaced with:
16   KERNEL!="scd*"
17 The current simple '=' is still supported, and should work as it does today,
18 but existing rules should be converted if possible, to be better readable.
19
20 We have new ENV{}== key now, to match against a maximum of 5 environment
21 variables.