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 12f3ebe6eb3..808a78e41d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of 7 * w32.c (sys_chown, stat, fstat): Use S_* constants instead of
8 _S_* ones, since we now use our own sys/stat.h. 8 _S_* ones, since we now use our own sys/stat.h.
9 (stat, fstat): Don't mangle the inode number. 9 (stat, fstat): Don't mangle the inode number.
10 (init_user_info): Don't restrict UID and GID to 0-60000 range.
10 11
112008-04-04 Stefan Monnier <monnier@iro.umontreal.ca> 122008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12 13