* NEWS (dd): Tweak wording.
Two blank lines between sections.
cp --preserve=xattr no longer leaks resources on each preservation failure.
[bug introduced in coreutils-7.1]
- dd now returns non-zero status if it encountered a write error while
+ dd now exits with non-zero status when it encounters a write error while
printing a summary to stderr.
[bug introduced in coreutils-6.11]
cp --reflink accepts a new "auto" parameter which falls back to
a standard copy if creating a copy-on-write clone is not possible.
+
* Noteworthy changes in release 7.5 (2009-08-20) [stable]
** Bug fixes