From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Fri, 07 Nov 2008 23:16:58 +0000 Subject: [ANNOUNCE] udev 132 release Message-Id: <1226099818.4100.26.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 132 ==== Fix segfault if compiled without optimization and dbg() does not get compiled out and uses variables which are not available. Many thanks to Matthias Schwarzott for debugging and testing the issue.