summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc87e67b..b81ec45a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 5.3.1.
+ * man/chown.x: Reword to match user manual.
+ * man/id.x: Likewise.
+ * src/setuidgid.c (usage): Use "user ID", not "UID", and similarly
+ for "group ID".
+ * src/whoami.c (usage, main): Likewise.
+
Add bulletproofing for cases where stdin, stdout, or stderr are closed.
* src/comm.c: Include stdio-safer.h.
(compare_files): Exit right away on I/O error rather than continuing