diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-26 19:11:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-26 19:11:25 +0000 |
commit | b7c315cdda2d1d189232c2cd36f3b2610914e5f3 (patch) | |
tree | 46cf5c041e19fc90f8a4571ac638f20291726d2c /ChangeLog | |
parent | 412a3ca0b0e87c1be185aa344adff347a7559736 (diff) | |
download | coreutils-b7c315cdda2d1d189232c2cd36f3b2610914e5f3.tar.xz |
[ChangeLog]
* NEWS: "groups user" no longer outputs "user :"; you need at least
two users. "groups" now processes options like --help more compatibly.
* src/groups.sh: Implement the option-processing change.
Handle user and group names with special characters more robustly.
Report write errors instead of exiting silently with status 1.
[doc/ChangeLog]
* coreutils.texi (groups invocation): "groups" no longer prefixes
the output with "user :" unless more than one user is specified.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-09-26 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: "groups user" no longer outputs "user :"; you need at least + two users. "groups" now processes options like --help more compatibly. + * src/groups.sh: Implement the option-processing change. + Handle user and group names with special characters more robustly. + Report write errors instead of exiting silently with status 1. + 2006-09-26 Jim Meyering <jim@meyering.net> * README: Warn not to run autoreconf manually. Use bootstrap instead. |