diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-03 07:56:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-03 07:56:00 +0000 |
commit | abea7c171ba2da36be6e891ccb1d95b6e4289d1d (patch) | |
tree | 7201658a95aff8b6510e9a908b17e94d9006717f /NEWS | |
parent | 081629707606ce8fbda06ed96898dddf60572c83 (diff) | |
download | coreutils-abea7c171ba2da36be6e891ccb1d95b6e4289d1d.tar.xz |
.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ GNU coreutils NEWS -*- outline -*- The `|' and `&' operators now use short-circuit evaluation, e.g., `expr 1 \| 1 / 0' no longer reports a division by zero. +** New features + + `chown user.group file' now has its traditional meaning even when + conforming to POSIX 1003.1-2001, so long as no user has a name + containing `.' that happens to equal `user.group'. + * Major changes in release 5.2.0 (2004-02-19) [stable] |