Differences
This shows you the differences between the selected revisions of the page.
2016-03-30 | 2016-03-31 | ||
Session.TranslateLocalPathToRemote (martin) | authentication option tweaks (martin) | ||
Line 4: | Line 4: | ||
===== [[5.8.2]] 5.8.3 (not released yet) ===== | ===== [[5.8.2]] 5.8.3 (not released yet) ===== | ||
- | === 2016-03-30 === | + | === 2016-03-31 === |
* 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. | ||
* The //Follow symbolic links to directories// session option is disabled with WebDAV protocol as it has no effect. | * The //Follow symbolic links to directories// session option is disabled with WebDAV protocol as it has no effect. | ||
Line 10: | Line 10: | ||
* Preventing mouse cursor flashing while deleting remote files or changing their properties over SFTP protocol. | * Preventing mouse cursor flashing while deleting remote files or changing their properties over SFTP protocol. | ||
* Change: Consider port number for site-specific caches and bookmarks. [[bug>1411]] | * Change: Consider port number for site-specific caches and bookmarks. [[bug>1411]] | ||
+ | * Indenting //Allow GSSAPI credential delegation// checkbox to make it clear it is an suboption of //Attempt GSSAPI authentication// | ||
* Bug fix: Downloads by drag&drop were randomly defaulted to background queue. | * Bug fix: Downloads by drag&drop were randomly defaulted to background queue. | ||
* Bug fix: ''Session'' instance could not be used anymore after calling ''ScanFingerprint''. | * Bug fix: ''Session'' instance could not be used anymore after calling ''ScanFingerprint''. | ||
* Bug fix: Using precise timestamp of the uploaded file version was not working when a relative path was used in automation. | * Bug fix: Using precise timestamp of the uploaded file version was not working when a relative path was used in automation. | ||
* 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//. | ||