From: Jim Meyering Date: Sat, 12 Jul 2003 08:37:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba53da967558a0e692ec0f69b2def95bad59a795;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a99cabf94b..71716606d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,9 +2,16 @@ * Version 5.0.1. + * src/chown-core.c (change_file_owner): Do not restore any special + permission bits (e.g., set-user-ID, set-group-ID) that are reset + by chown(2) on some systems. Suggestion and insistence :-) from + Michael Stone. + + * src/remove.c: Remove `#pragma alloca' + * tests/input-tty: Also check `test -t 1'. - This is necessary on linux-2.4.21, otherwise, the test - stty/basic-1 would hang when run in the background. + This is necessary on linux-2.4.21. Otherwise, the stty/basic-1 + test would block when run in the background. 2003-07-11 Jim Meyering