summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-25 18:26:09 +0000
committerJim Meyering <jim@meyering.net>2006-06-25 18:26:09 +0000
commitcc705714016dae0b64e50f535f8c2db284a83f80 (patch)
treed49898d58951ebcef2d4969be7d65ef2a5f49dd7 /NEWS
parentb2657ecc6a8193a862991bfb08cdc91c6cc5cb91 (diff)
downloadcoreutils-cc705714016dae0b64e50f535f8c2db284a83f80.tar.xz
* NEWS: wc accepts a new option --files0-from=FILE, where FILE
contains a list of NUL-separated file names. * src/wc.c: Include "readtokens.h". (usage): Describe the new option, and adjust the `Usage': with this option, no FILE may be specified on the command line. (main): Handle the new option. * tests/misc/wc-files0: New tests, for the above. * tests/misc/wc-files0-from: Likewise. * tests/misc/Makefile.am (TESTS): Add wc-files0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6b170c43..3763af531 100644
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,9 @@ GNU coreutils NEWS -*- outline -*-
sort now accepts the --random-sort (-R) option and `R' ordering option.
+ wc accepts a new option --files0-from=FILE, where FILE contains a
+ list of NUL-terminated file names.
+
** Bug fixes
cat with any of the options, -A -v -e -E -T, when applied to a
@@ -186,9 +189,12 @@ GNU coreutils NEWS -*- outline -*-
tail -f once again works on a file with the append-only
attribute (affects at least Linux ext2, ext3, xfs file systems)
+* Major changes in release 5.97 (2006-06-24) [stable]
+* Major changes in release 5.96 (2006-05-22) [stable]
+* Major changes in release 5.95 (2006-05-12) [stable]
* Major changes in release 5.94 (2006-02-13) [stable]
-[see branch for details]
+[see the b5_9x branch for details]
* Major changes in release 5.93 (2005-11-06) [stable]