diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-19 01:20:30 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:06:44 -0700 |
commit | 796ed8851b2fe8c592c2e903ff218352c418b9fc (patch) | |
tree | 6b592da87e26005722492729428629d3d902bed8 | |
parent | 1ceba9360b4de2f9ad3f20c23133bbfec027c036 (diff) |
[PATCH] 040 releaseudev/v040
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,28 @@ +Summary of changes from v039 to v040 +============================================ + +<jk:blackdown.de>: + o wait_for_sysfs update for dm devices + +Greg Kroah-Hartman: + o sparse cleanups on the tree + o fix stupid cut-and-paste error for msr devices on gentoo boxes + o add *~ to bk ignore list + o delete udevruler.c as per Kay's request + o fix up the wait_for_sysfs_test script a bit + +Kay Sievers: + o fix debug in volume id / fix clashing global var name + o volume_id fix + o $local user + o cleanup netif handling and netif-dev.d/ events + o big cleanup of internal udev api + o don't wait for dummy devices + o close the syslog + o Fix ppp net devices in wait_for_sysfs + o Fix wait_for_sysfs messages (more debugging info) + + Summary of changes from v038 to v039 ============================================ @@ -35,7 +35,7 @@ INFO = udevinfo TESTER = udevtest STARTER = udevstart WAIT = wait_for_sysfs -VERSION = 039 +VERSION = 040 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: 039 +Version: 040 Release: 1 License: GPL Group: Utilities/System |