From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Fri, 23 Jan 2009 07:15:32 +0000 Subject: [ANNOUNCE] udev 137 release Message-Id: <1232694932.4050.9.camel@nga> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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 137 ==== Bugfixes. The udevadm test command has no longer a --force option, nodes and symlinks are always updated with a test run now. The udevd daemon can be started with --resolve-names=never to avoid all user and group lookups (e.g. in cut-down systems) or --resolve-names=late to lookup user and groups every time events are handled.