aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-07-18 16:26:55 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-07-18 16:26:55 +0200
commit05b9640022d25a75923cc7809409914491a5f9da (patch)
tree5285418ee3d88a6e1005924995bee43fe817df33 /RELEASE-NOTES
parent655a8acf920cd43356003b4499e545a7b2fcc402 (diff)
downloadudev-05b9640022d25a75923cc7809409914491a5f9da.tar.gz
release 125125
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d82b7bcb..fea7db0d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,26 @@
+udev 125
+========
+Bugfixes.
+
+Default udev rules, which are not supposed to be edited by the user, should
+be placed in /lib/udev/rules.d/ now, to make it clear that they are private to
+the udev package and will be replaced with an update. Udev will pick up rule
+files from:
+ /lib/udev/rules.d/ - default installed rules
+ /etc/udev/rules.d/ - user rules + on-the-fly generated rules
+ /dev/.udev/rules.d/ - temporary non-persistent rules created after bootup
+It does not matter in which directory a rule file lives, all files are sorted
+in lexical order.
+
+To help creating /dev/root, we have now:
+ $ udevadm info --export --export-prefix="ROOT_" --device-id-of-file=/
+ ROOT_MAJOR=8
+ ROOT_MINOR=5
+In case the current --device-id-of-file is already used, please switch to
+the --export format version, it saves the output parsing and the old
+format will be changed to use ':' as a separator, like the format in the
+sysfs 'dev' file.
+
udev 124
========
Fix cdrom_id to properly recognize blank media.