Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-15 | 2014-10-16 | ||
| bug 1232 (martin) | disabling ssl in 5.5.x branch to prevent poodle attack (martin) | ||
| Line 56: | Line 56: | ||
| * Showing error details when opening/creating a local file with FTP protocol fails. | * Showing error details when opening/creating a local file with FTP protocol fails. | ||
| * Display progress window earlier when transfer start is taking long with SFTP protocol. [[bug>1202]] | * Display progress window earlier when transfer start is taking long with SFTP protocol. [[bug>1202]] | ||
| - | * SSL 3.0 disabled by default. | + | * SSL 3.0 disabled by default, to protect from SSL vulnerabilities, such as CVE-2014-3566 (POODLE). |
| * Added ''Session.ReconnectTimeInMilliseconds'' as an alternative to ''Session.ReconnectTime'' that can be used from COM hosts not supporting 64-bit integers (such as VBA). | * Added ''Session.ReconnectTimeInMilliseconds'' as an alternative to ''Session.ReconnectTime'' that can be used from COM hosts not supporting 64-bit integers (such as VBA). | ||
| * Added alternative private key file filter that selects other key file formats in addition to ''.ppk''. | * Added alternative private key file filter that selects other key file formats in addition to ''.ppk''. | ||
| Line 209: | Line 209: | ||
| ===== [[5.5.6]] 5.5.6 (not released yet) ===== | ===== [[5.5.6]] 5.5.6 (not released yet) ===== | ||
| - | === 2014-09-22 === | + | === 2014-10-16 === |
| * Back-propagated some improvements and fixes from 5.6.2 beta release: | * Back-propagated some improvements and fixes from 5.6.2 beta release: | ||
| * Bug fix: When opening a session from command-line in scripting failure is randomly reported. [[bug>1210]] | * Bug fix: When opening a session from command-line in scripting failure is randomly reported. [[bug>1210]] | ||
| * Bug fix: Cannot retrieve file from current folder of FTP server in scripting. [[bug>1222]] | * Bug fix: Cannot retrieve file from current folder of FTP server in scripting. [[bug>1222]] | ||
| + | * SSL 3.0 disabled by default, to protect from SSL vulnerabilities, such as CVE-2014-3566 (POODLE). | ||
| ===== [[5.5.5]] 5.5.5 (hotfix) ===== | ===== [[5.5.5]] 5.5.5 (hotfix) ===== | ||