chown 5.0.91 bug, regarding "." and ":"

Dylan Shell <[email protected]> Fri, 05 Dec 2003 19:23:33 -0800
Newsgroups gmane.comp.gnu.fileutils.bugs
Organization USC Robotics Research Lab
Message-ID <[email protected]>
i've compiled chown on a gentoo gnu/linux system, the 
program reports its version as 5.0.91.
it seems to no longer accept a user followed by a group with a separator
as a full-stop (the colon works fine).
this means I get:
# chown root. *
chown: `root.': invalid user
# chown root.audio *
chown: `root.': invalid user

but:
# chown root *
succeeds, as does
# chown root:audio *
etc...

Note, that this is the exact opposite effect that was intended by
deprecating the ":" option. The wrong one got cancelled. Can someone
explain the reason for doing so; perhaps in the manpage? since the man
page says that both are still acceptable.

dylan.
    http://robotics.usc.edu/~dshell