aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-07 14:32:33 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-07 14:32:33 +0200
commitec06a8dd4f198f1ef9907e6e4d46ee3d8a882e7c (patch)
tree0e2bb710164693f5ddcfc4376388d827fb9d3bc1 /NEWS
parentee173c5927649e8f2e6f42046315e84eb8e55e1b (diff)
downloadudev-ec06a8dd4f198f1ef9907e6e4d46ee3d8a882e7c.tar.gz
release 130130
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fc1adae..35b57a3b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ udev 130
========
Bugfixes.
+Kernel devices and device nodes are connected now by reverse indizes in
+/sys and /dev. A device number retrieved by a stat() or similar, the
+kernel device directory can be found by looking up:
+ /sys/dev/{block,char}/<maj>:<min>
+and the device node of the same device by looking up:
+ /dev/{block,char}/<maj>:<min>
+
udev 129
========
Fix recently introduced bug, which caused a compilation without large