From: Jim Meyering Date: Thu, 22 Dec 2005 15:42:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1049 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23490f81f8ee664ca8113ff812ed172f44823624;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9842efd0d8..4ece7f1488 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-12-19 Jim Meyering +2005-12-22 Jim Meyering * Version 6.0-cvs. + * tests/help-version: Redirect stderr to /dev/full, to suppress + write error diagnostic. + +2005-12-19 Jim Meyering + * src/mkdir.c, src/mknod.c, src/mkfifo.c (main) Avoid a minor race condition when `-m MODE' is specified, by using open, fchown, and close rather than just chown. To do that reliably