Differences
This shows you the differences between the selected revisions of the page.
2016-02-04 | 2016-02-05 | ||
typo (martin) | transfer code generation + small improvements (martin) | ||
Line 4: | Line 4: | ||
===== [[5.8.2]] 5.8.2 (not released yet) ===== | ===== [[5.8.2]] 5.8.2 (not released yet) ===== | ||
- | === 2016-02-04 === | + | === 2016-02-05 === |
* TLS/SSL core upgraded to OpenSSL 1.0.2f. | * TLS/SSL core upgraded to OpenSSL 1.0.2f. | ||
* When FTP server does not provide precise timestamp, but the timestamp otherwise matches timestamp of the last uploaded version of the file, using precise timestamp of the uploaded version instead. [[bug>1395]] | * When FTP server does not provide precise timestamp, but the timestamp otherwise matches timestamp of the last uploaded version of the file, using precise timestamp of the uploaded version instead. [[bug>1395]] | ||
* Improvements to code/script generation: | * Improvements to code/script generation: | ||
+ | * Script or .NET assembly code can be generated for file transfers. | ||
* Suggesting command-line to use to execute generated script. | * Suggesting command-line to use to execute generated script. | ||
* Using ''-Property'' switch to initialize ''SessionOptions'' properties in PowerShell. | * Using ''-Property'' switch to initialize ''SessionOptions'' properties in PowerShell. | ||
Line 13: | Line 14: | ||
* No redundant declaration of instantiated object variables type in VB.NET. | * No redundant declaration of instantiated object variables type in VB.NET. | ||
* Not highlighting script strings. | * Not highlighting script strings. | ||
+ | * Larger initial size of Generate URL/Code dialog, when starting on //Script/Code// page. | ||
* Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds. | * Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds. | ||
+ | * Bug fix: Generate Code dialog could not be closed with ''Esc'' key. | ||
* Local custom commands for local files. [[bug>1396]] | * Local custom commands for local files. [[bug>1396]] | ||
* Retrieving seconds-precision timestamps using ''MDTM'' command, if the server provides them. [[bug>1221]] | * Retrieving seconds-precision timestamps using ''MDTM'' command, if the server provides them. [[bug>1221]] |