LWN.net Logo

udev 130 release

From:  "Kay Sievers" <kay.sievers@vrfy.org>
To:  linux-hotplug <linux-hotplug@vger.kernel.org>
Subject:  [ANNOUNCE] udev 130 release
Date:  Tue, 7 Oct 2008 15:11:16 +0200
Message-ID:  <ac3eb2510810070611h68bb0e64v704c11f6fd11745@mail.gmail.com>
Archive-link:  Article, Thread

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=sum...

The ChangeLog can be found here:
 http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=blob;...

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds