diff options
| author | Michael Albinus | 2012-09-12 18:39:10 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-09-12 18:39:10 +0200 |
| commit | 20121a26f0960c6c225ca716bfbc4a33b9ac6289 (patch) | |
| tree | ce2adfc2d608961702e50008203bd1cc40916917 | |
| parent | fbbcaf1b249f7eba5ac53a3b380e1692ca1dbff9 (diff) | |
| download | emacs-20121a26f0960c6c225ca716bfbc4a33b9ac6289.tar.gz 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/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 3 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
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 @@ | |||
| 1 | 2012-09-12 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.6. | ||
| 4 | |||
| 5 | * tramp.texi (Bug Reports): Cleanup caches before a test run. | ||
| 6 | |||
| 7 | * trampver.texi: Update release number. | ||
| 8 | |||
| 1 | 2012-09-12 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-09-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * texinfo.tex: Merge from gnulib. | 11 | * 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, | |||
| 2853 | include that with your bug report. This will make it much easier for | 2853 | include that with your bug report. This will make it much easier for |
| 2854 | the development team to analyze and correct the problem. | 2854 | the development team to analyze and correct the problem. |
| 2855 | 2855 | ||
| 2856 | Sometimes, there might be also problems due to Tramp caches. Flush | ||
| 2857 | all caches before running the test, @ref{Cleanup remote connections}. | ||
| 2858 | |||
| 2856 | Before reporting the bug, you should set the verbosity level to 6 | 2859 | Before reporting the bug, you should set the verbosity level to 6 |
| 2857 | (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and | 2860 | (@pxref{Traces and Profiles, Traces}) in the @file{~/.emacs} file and |
| 2858 | repeat the bug. Then, include the contents of the @file{*tramp/foo*} | 2861 | 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 @@ | |||
| 8 | @c In the Tramp CVS, the version number is auto-frobbed from | 8 | @c In the Tramp CVS, the version number is auto-frobbed from |
| 9 | @c configure.ac, so you should edit that file and run | 9 | @c configure.ac, so you should edit that file and run |
| 10 | @c "autoconf && ./configure" to change the version number. | 10 | @c "autoconf && ./configure" to change the version number. |
| 11 | @set trampver 2.2.6-pre | 11 | @set trampver 2.2.6 |
| 12 | 12 | ||
| 13 | @c Other flags from configuration | 13 | @c Other flags from configuration |
| 14 | @set instprefix /usr/local | 14 | @set instprefix /usr/local |