diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-10 05:28:41 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:51:00 -0700 |
commit | 143139a1844dcf96f644f482d6cba007bb6f4fb9 (patch) | |
tree | bae374db013a63283407b7a1bf2d83ede648b6da | |
parent | 882af735ec18cb4e6ba6f59ca60f8266cc96c330 (diff) |
[PATCH] add RELEASE-NOTES file
-rw-r--r-- | RELEASE-NOTES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES new file mode 100644 index 0000000000..870020c430 --- /dev/null +++ b/RELEASE-NOTES @@ -0,0 +1,10 @@ +udev 055 +======== +We support an unlimited count of symlinks now. + +If USE_STATIC=true is passed to a glibc build, we link statically and use +a built-in userdb parser to resolve user and group names. + +THE PLACE= key is gone. It can be replaced by an ID= for a long time, cause +we walk up the chain of physical devices to find a match. + |