Differences
This shows you the differences between the selected revisions of the page.
| 2013-07-29 | 2013-07-30 | ||
| typography (martin) | favor tls (martin) | ||
| Line 65: | Line 65: | ||
| * Bug fix: Cannot open context menu on another list or tree entry or different view location, while another context menu of the same view is already opened. | * Bug fix: Cannot open context menu on another list or tree entry or different view location, while another context menu of the same view is already opened. | ||
| * Bug fix: SSH vulnerability. [[bug>1017]] | * Bug fix: SSH vulnerability. [[bug>1017]] | ||
| - | * Bug fix: Mismatched warnings about accepting any SSH hostkey and SSL certificate respectively. | + | * Bug fix: Mismatched warnings about accepting any SSH hostkey and TLS/SSL certificate respectively. |
| * Bug fix: Timeout prompt sometime never dismisses, even when host finally replies, with SFTP/SCP protocol. | * Bug fix: Timeout prompt sometime never dismisses, even when host finally replies, with SFTP/SCP protocol. | ||
| Line 170: | Line 170: | ||
| * Transfer resume support can be controlled in scripting (''-resumesupport'' switch of file transfer commands) and .NET assembly (''TransferOptions.ResumeSupport'' property). [[bug>834]] | * Transfer resume support can be controlled in scripting (''-resumesupport'' switch of file transfer commands) and .NET assembly (''TransferOptions.ResumeSupport'' property). [[bug>834]] | ||
| * Transfer progress feedback using ''Session.FileTransferProgress'' event. [[bug>818]] | * Transfer progress feedback using ''Session.FileTransferProgress'' event. [[bug>818]] | ||
| - | * For special cases, it is possible to accept any SSH host key or any SSL certificate (with warning) using ''-hostkey=*'' in scripting and ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' or ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' in .NET assembly. [[bug>815]] | + | * For special cases, it is possible to accept any SSH host key or any TLS/SSL certificate (with warning) using ''-hostkey=*'' in scripting and ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' or ''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'' in .NET assembly. [[bug>815]] |
| * //Site Manager// command. [[bug>855]] | * //Site Manager// command. [[bug>855]] | ||
| * Writing INI file to user's profile, if program path is not writable. [[bug>817]] | * Writing INI file to user's profile, if program path is not writable. [[bug>817]] | ||
| Line 257: | Line 257: | ||
| ===== 5.1.4 ===== | ===== 5.1.4 ===== | ||
| === 2013-02-18 === | === 2013-02-18 === | ||
| - | * SSL core upgraded to OpenSSL 1.0.1e. | + | * TLS/SSL core upgraded to OpenSSL 1.0.1e. |
| * Not requiring the .NET assembly to exist in file. [[bug>970]] | * Not requiring the .NET assembly to exist in file. [[bug>970]] | ||
| * Not considering ''3xx'' error code an error for post-login FTP commands. [[bug>972]] | * Not considering ''3xx'' error code an error for post-login FTP commands. [[bug>972]] | ||
| Line 352: | Line 352: | ||
| ===== [[5.0.8]] 5.0.8 RC ===== | ===== [[5.0.8]] 5.0.8 RC ===== | ||
| === 2012-08-03 === | === 2012-08-03 === | ||
| - | * SSL core upgraded to OpenSSL 1.0.1c. | + | * TLS/SSL core upgraded to OpenSSL 1.0.1c. |
| * Drag & drop to re-order session tabs. [[bug>862]] | * Drag & drop to re-order session tabs. [[bug>862]] | ||
| * Local files can be dragged to session tabs for upload. [[bug>865]] | * Local files can be dragged to session tabs for upload. [[bug>865]] | ||
| Line 401: | Line 401: | ||
| * Bug fix: Hidden files were not dimmed, when //Name// column was not the first one (including the hidden columns). [[bug>872]] | * Bug fix: Hidden files were not dimmed, when //Name// column was not the first one (including the hidden columns). [[bug>872]] | ||
| * Bug fix: Instruction-only authentication prompts were failed, when predefined password was used in prior prompt already. [[bug>877]] | * Bug fix: Instruction-only authentication prompts were failed, when predefined password was used in prior prompt already. [[bug>877]] | ||
| - | * Bug fix: Error when connecting to FTPS servers not supporting SSL session resuming. [[bug>879]] | + | * Bug fix: Error when connecting to FTPS servers not supporting TLS/SSL session resuming. [[bug>879]] |
| * Bug fix: Occasional hang when dialog was opened from an internal editor window. [[bug>882]] | * Bug fix: Occasional hang when dialog was opened from an internal editor window. [[bug>882]] | ||
| * Bug fix: Bugs and other three-state session options were logged incorrectly. | * Bug fix: Bugs and other three-state session options were logged incorrectly. | ||
| Line 418: | Line 418: | ||
| * If password is not specified on Login dialog with FTP protocol, connection is first tried without password. [[bug>653]] | * If password is not specified on Login dialog with FTP protocol, connection is first tried without password. [[bug>653]] | ||
| * WinSCP can now optionally collect and send to WinSCP team non-personal [[usagestatistics|usage statistics]]. | * WinSCP can now optionally collect and send to WinSCP team non-personal [[usagestatistics|usage statistics]]. | ||
| - | * SSL core upgraded to OpenSSL 1.0.1b. | + | * TLS/SSL core upgraded to OpenSSL 1.0.1b. |
| * IDE upgraded to Embarcadero C++ Builder XE2. | * IDE upgraded to Embarcadero C++ Builder XE2. | ||
| * Dropped support for Windows 95/98/ME. Minimal supported version is Windows 2000. | * Dropped support for Windows 95/98/ME. Minimal supported version is Windows 2000. | ||
| Line 453: | Line 453: | ||
| * Bug fix: When finding files, all directories were implicitly found. [[bug>840]] | * Bug fix: When finding files, all directories were implicitly found. [[bug>840]] | ||
| * Bug fix: ''winscp.com'' did not restore console codepage on exit. [[bug>814]] | * Bug fix: ''winscp.com'' did not restore console codepage on exit. [[bug>814]] | ||
| - | * Bug fix: Failure on SSL session resuming. Thanks to Michael Lukashov. [[bug>668]] | + | * Bug fix: Failure on TLS/SSL session resuming. Thanks to Michael Lukashov. [[bug>668]] |
| * Bug fix: Failure on second failed call to ''Session.Open'' of .NET assembly. | * Bug fix: Failure on second failed call to ''Session.Open'' of .NET assembly. | ||
| * Bug fix: Information about dragged files was generated incorrectly. [[bug>828]] | * Bug fix: Information about dragged files was generated incorrectly. [[bug>828]] | ||