diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-06-29 10:17:46 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-06-29 10:17:46 +0200 |
commit | 45390596e6d59e14c8f9c0596aeb4f4141d0c1e8 (patch) | |
tree | f232017bd1543efebd282b33c300989d76df5ddc /doc/misc/trampver.texi | |
parent | b2c854a0e1364eab11151da7fa7558053bc834c4 (diff) | |
download | emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.tar.gz emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.tar.bz2 emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.zip |
Sync with Tramp 2.4.0
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.4.0".
* lisp/net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted):
Ignore unknown GVFS methods.
* test/lisp/net/tramp-tests.el (tramp-test42-asynchronous-requests):
Tag as :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 eef2d9b6907..6d02b043b64 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -8,7 +8,7 @@ @c In the Tramp GIT, the version number is auto-frobbed from @c configure.ac, so you should edit that file and run @c "autoconf && ./configure" to change the version number. -@set trampver 2.4.0-pre +@set trampver 2.4.0 @c Other flags from configuration @set instprefix /usr/local |