Here comes a new udev version. Thanks to all who have contributed to this release. The tarball can be found here: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ The development repository can be found here: http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=summary The ChangeLog can be found here: http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=blob;hb=HEAD;f=ChangeLog udev 130 ======== Bugfixes. Kernel devices and device nodes are connected now by reverse indices 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> -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html