Sync with Tramp 2.2.6.
* tramp.texi (Bug Reports): Cleanup caches before a test run. * trampver.texi: Update release number.
This commit is contained in:
parent
fbbcaf1b24
commit
20121a26f0
3 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2012-09-12 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Sync with Tramp 2.2.6.
|
||||
|
||||
* tramp.texi (Bug Reports): Cleanup caches before a test run.
|
||||
|
||||
* trampver.texi: Update release number.
|
||||
|
||||
2012-09-12 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* texinfo.tex: Merge from gnulib.
|
||||
|
|
|
|||
|
|
@ -2853,6 +2853,9 @@ If you can identify a minimal test case that reproduces the problem,
|
|||
include that with your bug report. This will make it much easier for
|
||||
the development team to analyze and correct the problem.
|
||||
|
||||
Sometimes, there might be also problems due to Tramp caches. Flush
|
||||
all caches before running the test, @ref{Cleanup remote connections}.
|
||||
|
||||
Before reporting the bug, you should set the verbosity level to 6
|
||||
(@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and
|
||||
repeat the bug. Then, include the contents of the @file{*tramp/foo*}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
@c In the Tramp CVS, 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.2.6-pre
|
||||
@set trampver 2.2.6
|
||||
|
||||
@c Other flags from configuration
|
||||
@set instprefix /usr/local
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue