diff options
author | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-27 21:49:13 +0200 |
---|---|---|
committer | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-27 21:49:13 +0200 |
commit | 6cb1bbe471ea4e5098a47e4515765e6cae96b9a0 (patch) | |
tree | fc27fb1a1949eeefd870d98959921e3dee44be79 /RELEASE-NOTES | |
parent | c895fd002763d6ae808e820020dc54e74c347fc2 (diff) |
"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-NOTES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 815d4083c5..39e72d474d 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". |