]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 3 Mar 2004 07:56:00 +0000 (07:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Mar 2004 07:56:00 +0000 (07:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e9a03c2d8b27ce959f1bd3932d391d912da2625d..536fa7d0d89c3503b76e5f533e9a5b50bf6bfb5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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]