diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 08:37:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 08:37:53 +0000 |
commit | ba53da967558a0e692ec0f69b2def95bad59a795 (patch) | |
tree | 626de541d65e445bdf04aae3523b5c327ff471f5 /ChangeLog | |
parent | 8e34468f61f043b0a8bef0064054f9b27a969015 (diff) | |
download | coreutils-ba53da967558a0e692ec0f69b2def95bad59a795.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 <jim@meyering.net> |