chiark / gitweb /
[PATCH] 040 release 040
authorgreg@kroah.com <greg@kroah.com>
Tue, 19 Oct 2004 08:20:30 +0000 (01:20 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:06:44 +0000 (22:06 -0700)
ChangeLog
Makefile
udev.spec

index ca7532a3fb383b97ba7a2a631ff9a5e6430719b1..73d52d46a44633212c6e57ca0715f531fa9791ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 ============================================
 
index 11f4781e0e7ae241571fb7ea03c24abbbce461b6..d0633b70af5d3883ac8b98468d95f0151c0dfd4b 100644 (file)
--- 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
index 44164124ed0bc88b2e398ed34171d587f47cedf5..905551233215dcc02a1dd8412871a16cf048f64f 100644 (file)
--- 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