* NEWS: Mention the improvement in reinstating runtime avoidance
of copy_file_range(), that came with the last gnulib update,
picking up gnulib commit
fb034b35.
** Improvements
+ cp, mv, and install now avoid copy_file_range on linux kernels before 5.3
+ irrespective of which kernel version coreutils is built against,
+ reinstating that behaviour from coreutils-9.0.
+
split now uses more tuned access patterns for its potentially large input.
This was seen to improve throughput by 5% when reading from SSD.