aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay@pim.off.vrfy.org>2005-10-27 21:49:13 +0200
committerKay Sievers <kay@pim.off.vrfy.org>2005-10-27 21:49:13 +0200
commit6cb1bbe471ea4e5098a47e4515765e6cae96b9a0 (patch)
treefc27fb1a1949eeefd870d98959921e3dee44be79 /RELEASE-NOTES
parentc895fd002763d6ae808e820020dc54e74c347fc2 (diff)
downloadudev-6cb1bbe471ea4e5098a47e4515765e6cae96b9a0.tar.gz
"make STRIPCMD=" will disable the stripping of binaries
Almost all packagers have always patched the stripping out, cause the buildsystems takes care of it. Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 815d4083..39e72d47 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,15 @@
+udev 072
+========
+The rule parsing happens now in the daemon once at startup, all udev
+event processes inherit the already parsed rules from the daemon.
+It is shipped with SUSE10.0 and reduces heavily the system load at
+startup.
+
+using 'make STRIPCMD=' will leave the binaries unstripped for debugging
+and packaging.
+
+A few improvements for vol_id, the filesytem probing code.
+
udev 071
========
Fix a stupid typo in extras/run_directory for "make install".