From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 26 Feb 2009 22:37:11 +0000 Subject: [ANNOUNCE] udev 139 release Message-Id: <1235687831.18478.1.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 139 ==== Bugfixes. The installed watch for block device metadata changes is now removed during event handling, because some (broken) tools may be called from udev rules and (wrongly) open the device with write access. After the finished event handling the watch is restored.