diff options
author | greg@kroah.com <greg@kroah.com> | 2004-11-05 06:52:53 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:12:10 -0700 |
commit | 5ca6ff64574430d9394bb6417a38295902116bab (patch) | |
tree | f056f17ea2545b514e88c4f76aefb7e67ba21549 | |
parent | c072fd0112b3cb93dd65537f59db74692f69664c (diff) | |
download | systemd-5ca6ff64574430d9394bb6417a38295902116bab.tar.gz |
[PATCH] 043 release043
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 26 insertions, 2 deletions
@@ -1,3 +1,27 @@ +Summary of changes from v042 to v043 +============================================ + +Greg Kroah-Hartman: + o add test target to makefile + o add dumb script to show all sysfs devices in the system + +Kay Sievers: + o Shut up wait_for_sysfs class/net failure messages, as it's not possible to + get that right for all net devices. Kernels later than 2.6.10-rc1 will + handle that by carrying the neccessary information in the hotplug event. + o wait() for specific pid to return from fork() + o Don't use any syslog() in signal handler, cause it may deadlock + o Add support for highpoint ataraid to volume_id to suppress label reading on raid set members. + o Add a bunch of devices without "device" symlinks + o Exit, if udevtest cannot open the device (segfault) + o Patches from Harald Hoyer <harald@redhat.com> + o Apply the default permissions even if we found a entry in the permissions + file. Correct one test, as the default is applied correctly now and the + mode will no longer be 0000. + o add test for format chars in multiple symlinks to replace + o Add net/vmnet and class/zaptel to the list of devices without physical device + + Summary of changes from v040 to v042 ============================================ @@ -35,7 +35,7 @@ INFO = udevinfo TESTER = udevtest STARTER = udevstart WAIT = wait_for_sysfs -VERSION = 042 +VERSION = 043 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 042 +Version: 043 Release: 1 License: GPL Group: Utilities/System |