]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] 043 release 043
authorgreg@kroah.com <greg@kroah.com>
Fri, 5 Nov 2004 14:52:53 +0000 (06:52 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:12:10 +0000 (22:12 -0700)
ChangeLog
Makefile
udev.spec

index 907314150c2abc5d47ce85a9b3e451570d026d36..85a5f07d0f8b781138be512333d9ec1fb17b1a99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 ============================================
 
index b62cd89702e2d17dc6111c7e7719be4b86f89338..0f95aaed9af03ce174a5e75d1263b1925b3922cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
index ac2a874cf078425132b9c494783f7f8ed989884e..310883e03f714d8989d10ec6df2fd5b72a4c596d 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 042
+Version: 043
 Release: 1
 License: GPL
 Group: Utilities/System