diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-01-22 10:38:49 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-01-22 10:38:49 +0100 |
commit | c580081578edf8663e80cd86a1b4de377be58dc1 (patch) | |
tree | 01d0c1893b43e9ace726e5b07a3fd7030852185d /doc/misc | |
parent | 5259fdf96073febd18e83785960c443bdf02a310 (diff) | |
download | emacs-c580081578edf8663e80cd86a1b4de377be58dc1.tar.gz emacs-c580081578edf8663e80cd86a1b4de377be58dc1.tar.bz2 emacs-c580081578edf8663e80cd86a1b4de377be58dc1.zip |
Respect setgid bit of the upper directory in Tramp
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.4.2-pre".
* lisp/net/tramp.el: Bump version to 2.4.2-pre.
(tramp-set-file-uid-gid): Respect setgid bit of the upper directory.
(tramp-default-file-modes, tramp-handle-insert-file-contents)
(tramp-mode-string-to-int, tramp-make-tramp-temp-file):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-local-copy)
(tramp-adb-handle-write-region):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
(tramp-sh-handle-write-region): Use octal constants.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/trampver.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index f5cc2bae179..5b1408a4974 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -7,7 +7,7 @@ @c In the Tramp GIT, the version number is auto-frobbed from tramp.el, @c and the bug report address is auto-frobbed from configure.ac. -@set trampver 2.4.1 +@set trampver 2.4.2-pre @set tramp-bug-report-address tramp-devel@@gnu.org @c Other flags from configuration. |