summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2012-09-12 18:39:10 +0200
committerMichael Albinus <michael.albinus@gmx.de>2012-09-12 18:39:10 +0200
commit20121a26f0960c6c225ca716bfbc4a33b9ac6289 (patch)
treece2adfc2d608961702e50008203bd1cc40916917
parentfbbcaf1b249f7eba5ac53a3b380e1692ca1dbff9 (diff)
downloademacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.tar.gz
emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.tar.bz2
emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.zip
Sync with Tramp 2.2.6.
* tramp.texi (Bug Reports): Cleanup caches before a test run. * trampver.texi: Update release number.
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/tramp.texi3
-rw-r--r--doc/misc/trampver.texi2
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 2222a535c1a..408e4665955 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -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.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 87ad2bc5009..530b8fdd6c2 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -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*}
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index 78bd9d0965f..d902ac0fb97 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -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