aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-12-29 14:08:29 -0800
committerPaul Eggert <[email protected]>2011-12-29 14:08:29 -0800
commitdbf17d8b483f08f9506c19ef95e894fca62b8ec7 (patch)
tree3bcbabd58ddbaf89feafedadd12a6c08adbe210b /lisp/ChangeLog
parenta0562b3d54b898ea9da9359b16ec1fd7ec4f16d6 (diff)
* epg.el (epg--make-temp-file): Avoid permission race conditions
when creating temporary directories and files on older Emacs.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c1d59d45a..ba05002cc6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-12-29 Paul Eggert <[email protected]>
+ * epg.el (epg--make-temp-file): Avoid permission race conditions
+ when creating temporary directories and files on older Emacs.
+
* files.el (move-file-to-trash): Preserve default file modes on error.
(Bug#10401)