summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-09-13 10:44:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-09-13 10:44:02 +0000
commit79995f60188d2d7734dc9c74e1c09f12bbfeb03c (patch)
treece39441a2d39c6ef0f5791a8177d7a23a632d61a /ChangeLog
parent2cfb3f4502c8d953858d390d1ccad6b7bc132b44 (diff)
downloadcoreutils-79995f60188d2d7734dc9c74e1c09f12bbfeb03c.tar.xz
id shouldn't fail simply because some numbers can't be resolved.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696624036..6f25c93a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/id.c (print_full_info): Don't exit with failure status simply
+ because a user or group number can't be turned into a name.
+ Problem reported by Felipe Kellermann in:
+ http://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00081.html
+
2004-09-10 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: "tail" now handles obscure POSIX 1003.2-1992 cases better.