Differences
This shows you the differences between the selected revisions of the page.
2015-01-09 | 2015-01-09 | ||
CalculateFileChecksum returns byte array (martin) | OpenSSL 1.0.1k + 5.5.7 uses fixes from 5.6.5 too (martin) | ||
Line 6: | Line 6: | ||
=== 2015-01-09 === | === 2015-01-09 === | ||
* Local custom commands can optionally be executed with remote file paths. | * Local custom commands can optionally be executed with remote file paths. | ||
+ | * TLS/SSL core upgraded to OpenSSL 1.0.1k. Fixing several security defects. | ||
* Change: ''Session.CalculateFileChecksum'' method returns a byte array instead of a string to match .NET framework cryptography functions. | * Change: ''Session.CalculateFileChecksum'' method returns a byte array instead of a string to match .NET framework cryptography functions. | ||
* Never doing transfer via temporary file when overwriting a file known to be owned by another user. [[bug>1260]] | * Never doing transfer via temporary file when overwriting a file known to be owned by another user. [[bug>1260]] | ||
Line 298: | Line 299: | ||
===== [[5.5.7]] 5.5.7 (not released yet) ===== | ===== [[5.5.7]] 5.5.7 (not released yet) ===== | ||
=== 2015-01-09 === | === 2015-01-09 === | ||
- | * Back-propagated some improvements and fixes from 5.6.3 and 5.6.4 beta releases: | + | * Back-propagated some improvements and fixes from 5.6.3 beta - 5.6.5 RC releases: |
+ | * TLS/SSL core upgraded to OpenSSL 1.0.1k. Fixing several security defects. | ||
* Added an ''-explicit'' switch of an ''open'' command as an alias to an ''-explicittls'' for a forward compatibility with 5.6.x. | * Added an ''-explicit'' switch of an ''open'' command as an alias to an ''-explicittls'' for a forward compatibility with 5.6.x. | ||
* Bug fix: The last file upload before creating a remote directory is not reported with .NET assembly. [[bug>1238]] | * Bug fix: The last file upload before creating a remote directory is not reported with .NET assembly. [[bug>1238]] |