aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 26773878753..3727e13d580 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from 3 * w32.c (acl_set_file): Treat ERROR_ACCESS_DENIED from
4 set_file_security as failure due to insufficient privileges. 4 set_file_security as failure due to insufficient privileges.
5 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>. 5 Reported by Fabrice Popineau <fabrice.popineau@supelec.fr>.
6 (fstat): Return owner and group like 'stat' and 'lstat' do.
6 7
72013-01-19 Paul Eggert <eggert@cs.ucla.edu> 82013-01-19 Paul Eggert <eggert@cs.ucla.edu>
8 9