aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf4152bc0a..6864b7043e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
12014-08-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Don't prevent random file systems from being unmounted (Bug#18232).
4 This fix relies on having the 'fchdir' function, and on having
5 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
6 but that's good enough to handle the vast majority of cases and the
7 remaining folks can just live with the annoyance of file systems
8 that occasionally can't be unmounted.
9 * configure.ac (fchdir): New function to check for.
10 * lib/save-cwd.c: Copy from gnulib, except omit the part that
11 allocates memory, since that can cause problems in Emacs.
12 * lib/save-cwd.h: Copy from gnulib.
13
12014-07-11 Paul Eggert <eggert@cs.ucla.edu> 142014-07-11 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971). 16 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).