From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Wed, 02 Jun 2010 12:04:02 +0000 Subject: [ANNOUNCE] udev 157 release Message-Id: <1275480242.1695.1.camel@yio.site> 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 157 ==== Bugfixes. The option --debug-trace and the environment variable UDEVD_MAX_CHILDSwas removed from udevd. Udevd now checks the kernel commandline for the following variables: udev.log-priority= udev.children-max= udev.exec-delay= to help debuging coldplug setups where the loading of a kernel module crashes the system. The subdirectory in the source tree rules/packages has been renamed to rules/arch, and contains only architecture specific rules now.