Differences
This shows you the differences between the selected revisions of the page.
| 2016-04-01 | 2016-04-06 | ||
| PuTTY 7f3c956 (martin) | bug 1414 (martin) | ||
| Line 4: | Line 4: | ||
| ===== [[5.8.3]] 5.8.3 (not released yet) ===== | ===== [[5.8.3]] 5.8.3 (not released yet) ===== | ||
| - | === 2016-04-01 === | + | === 2016-04-06 === |
| * Added ''Session.TranslateLocalPathToRemote'' to .NET assembly to generate a remote path equivalent of a local path, given root paths. | * Added ''Session.TranslateLocalPathToRemote'' to .NET assembly to generate a remote path equivalent of a local path, given root paths. | ||
| * Promoting ChaCha20 cipher above Blowfish (below AES). | * Promoting ChaCha20 cipher above Blowfish (below AES). | ||
| Line 23: | Line 23: | ||
| * Bug fix: Failure when ''Session.MoveFile'' source file is not existing and its name has file mask-like syntax. [[bug>1412]] | * Bug fix: Failure when ''Session.MoveFile'' source file is not existing and its name has file mask-like syntax. [[bug>1412]] | ||
| * Bug fix: //Authentication parameters// options were not disabled when //Bypass authentication entirely is enabled//. | * Bug fix: //Authentication parameters// options were not disabled when //Bypass authentication entirely is enabled//. | ||
| + | * Bug fix: In rare cases a //Download and Delete// operation might have been incorrectly used instead of //Download// when dropping files to Windows Explorer with drag&drop shell extension enabled. [[bug>1414]] | ||