]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 11:19:40 +0000 (11:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Feb 2000 11:19:40 +0000 (11:19 +0000)
old/fileutils/NEWS

index f077bf1c25cfff0b49627c94b44d5ed4a1879bd9..277125fda1a855f933744aa46a8249b284e4fcaa 100644 (file)
@@ -1,5 +1,10 @@
 Changes in release 4.1:
 [4.0q]
+* chown now works properly when the specified login name contains a period
+  This is at the expense of always looking up the entire USER.GROUP string
+  as a login name first, and only then (upon failure) interpreting the `.'
+  as a separator and looking up `USER'.  To avoid the extra getpwnam call,
+  always use the POSIX-mandated `:' character as the separator.
 * `du some-other-dir' no longer fails if it can't open the current directory
 * `mv DIR EXISTING-FILE' no longer removes EXISTING-FILE.  Now it gets an error
   as POSIX says it must.