diff options
author | James Youngman <jay@gnu.org> | 2005-01-21 19:41:10 +0000 |
---|---|---|
committer | James Youngman <jay@gnu.org> | 2005-01-21 19:41:10 +0000 |
commit | 6a960ce923c239046972f7e27b0201862497a56d (patch) | |
tree | 8a9b3d642172a61a6f4bfc35822da85570448c11 | |
parent | 1924f3e6c559b0d545dc7d8305501a1319bb6c6c (diff) | |
download | findutils-d_type_optimisation.tar.gz |
Indicate the d_type performance improvementd_type_optimisation
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.2.12-CVS +** Functionality Changes +*** On Linux and some other systems, a large performance improvement, + because we can eliminate many of the calls to lstat() (in extreme + cases, 99% of them). + * Major changes in release 4.2.11 ** Bug Fixes *** Compilation fix for systems without EOVERFLOW. |