From: greg@kroah.com Date: Tue, 19 Oct 2004 08:20:30 +0000 (-0700) Subject: [PATCH] 040 release X-Git-Tag: 040 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=refs%2Ftags%2F040;p=elogind.git [PATCH] 040 release --- diff --git a/ChangeLog b/ChangeLog index ca7532a3f..73d52d46a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Summary of changes from v039 to v040 +============================================ + +: + 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 ============================================ diff --git a/Makefile b/Makefile index 11f4781e0..d0633b70a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/udev.spec b/udev.spec index 44164124e..905551233 100644 --- a/udev.spec +++ b/udev.spec @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 039 +Version: 040 Release: 1 License: GPL Group: Utilities/System