1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

doc: adjust 7.2 "cat,cp,install,mv,split speed-up" NEWS item

* NEWS: Reword an entry from 7.2 and change "linux" to "GNU/Linux".
The latter was requested by Richard Stallman.
* cfg.mk (old_NEWS_hash): Regenerate.
This commit is contained in:
Jim Meyering
2009-04-03 21:52:16 +02:00
parent 612b647dd1
commit e1e5963a9d
2 changed files with 4 additions and 4 deletions

6
NEWS
View File

@@ -44,9 +44,9 @@ GNU coreutils NEWS -*- outline -*-
** Changes in behavior
cp,mv,install,cat,split: now read and write a minimum of 32KiB
at a time. This was seen to increase throughput. Up to 2 times
when reading cached files on linux for example.
cat,cp,install,mv,split: these programs now read and write a minimum
of 32KiB at a time. This was seen to double throughput when reading
cached files on GNU/Linux-based systems.
cp -a now tries to preserve extended attributes (xattr), but does not
diagnose xattr-preservation failure. However, cp --preserve=all still does.

2
cfg.mk
View File

@@ -45,7 +45,7 @@ gnulib_dir = /gnulib
# Now that we have better (check.mk) tests, make this the default.
export VERBOSE = yes
old_NEWS_hash = 323729e8ee5a0a21816811bc6ef87c9a
old_NEWS_hash = 167c472319bf789462b664f47d4c18f6
# Ensure that the list of O_ symbols used to compute O_FULLBLOCK is complete.
dd = $(srcdir)/src/dd.c