summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-11-05 06:52:53 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:12:10 -0700
commit5ca6ff64574430d9394bb6417a38295902116bab (patch)
treef056f17ea2545b514e88c4f76aefb7e67ba21549
parentc072fd0112b3cb93dd65537f59db74692f69664c (diff)
[PATCH] 043 release043
-rw-r--r--ChangeLog24
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 907314150..85a5f07d0 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index b62cd8970..0f95aaed9 100644
--- 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
diff --git a/udev.spec b/udev.spec
index ac2a874cf..310883e03 100644
--- 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