diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2020-12-29 15:36:38 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2020-12-29 15:36:38 +0100 |
commit | 7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4 (patch) | |
tree | c4678bbacd355c3bf8b01c97170dea56c5fd1357 /doc/misc/trampver.texi | |
parent | ecd9264372a61cf35696288d2d0c8afe77dd084f (diff) | |
download | emacs-7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4.tar.gz emacs-7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4.tar.bz2 emacs-7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4.zip |
Sync with Tramp 2.5.0
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.0".
* test/lisp/net/tramp-tests.el
(tramp--test--deftest-direct-async-process): Check, that
`make-process' supports file name handlers. Suppress
`internal-default-process-sentinel'.
(tramp--test-async-shell-command): Set `proc' proper.
(tramp-test32-shell-command-direct-async): Tag it :unstable.
Diffstat (limited to 'doc/misc/trampver.texi')
-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 dbebbc36812..ba98a7e31fb 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version numbers are auto-frobbed from @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. -@set trampver 2.5.0-pre +@set trampver 2.5.0 @set trampurl https://www.gnu.org/software/tramp/ @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 25.1 |