diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-10-20 00:28:34 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-10-20 00:28:34 +0200 |
commit | a743be9a785e1223ce628a4225b63546281d9e66 (patch) | |
tree | 28e6b46c916cd64ca2e149f8c2aee438f82fb3f1 /RELEASE-NOTES | |
parent | daff48063eb2cb547d24a547684543ee991f0815 (diff) |
071 release
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 31c97ce1b2..815d4083c5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,18 @@ +udev 071 +======== +Fix a stupid typo in extras/run_directory for "make install". + +scsi_id creates the temporary devnode now in /dev for usage with a +non-writable /tmp directory. + +The uevent kernel socket buffer can carry app. 50.000 events now, +let's see who can break this again. :) + +The upcoming kernel will have a new input driver core integration. +Some class devices are now symlinks to the real device. libsysfs +needs a fix for this to work correctly. Udevstart of older udev +versions will _not_ create these devices! + udev 070 ======== Fix a 'install' target in the Makefile, that prevents EXTRAS from |