summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 08:37:53 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 08:37:53 +0000
commitba53da967558a0e692ec0f69b2def95bad59a795 (patch)
tree626de541d65e445bdf04aae3523b5c327ff471f5 /ChangeLog
parent8e34468f61f043b0a8bef0064054f9b27a969015 (diff)
downloadcoreutils-ba53da967558a0e692ec0f69b2def95bad59a795.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a99cabf94..71716606d 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 <jim@meyering.net>