comparison lisp/ChangeLog @ 107189:a48b193e3b5f

(tramp-handle-insert-file-contents): Set always the permissions of the temporary file to "0600". In case the remote file has no read permissions for the owner, there might be problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 18 Feb 2010 11:03:12 +0100
parents cace278d9d06
children 21bb664bb922
comparison
equal deleted inserted replaced
107188:183412511935 107189:a48b193e3b5f
1 2010-02-18 Glenn Morris <rgm@gnu.org> 1 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
4 permissions of the temporary file to "0600". In case the remote
5 file has no read permissions for the owner, there might be
6 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7
8 22010-02-18 Glenn Morris <rgm@gnu.org>
2 9
3 * emacs-lisp/authors.el (authors-renamed-files-alist): 10 * emacs-lisp/authors.el (authors-renamed-files-alist):
4 Add entries for INSTALL.CVS. 11 Add entries for INSTALL.CVS.
5 12
6 2010-02-17 Mark A. Hershberger <mah@everybody.org> 13 2010-02-17 Mark A. Hershberger <mah@everybody.org>