Differences
This shows you the differences between the selected revisions of the page.
2022-11-11 | 2023-02-09 | ||
impact of fingerprint padding change (martin) | forgotten update to 5.21 stable (martin) | ||
Line 7: | Line 7: | ||
The changes that most commonly causes issues are **highlighted**. | The changes that most commonly causes issues are **highlighted**. | ||
- | ===== In the Last Major Beta Release 5.20 (after December 2021) ===== | + | ===== In the Last Major Release 5.20/5.21 (after December 2021) ===== |
==== General ==== | ==== General ==== | ||
Line 19: | Line 19: | ||
* 5.20: Monitoring ''A:'' and ''B:'' drives. | * 5.20: Monitoring ''A:'' and ''B:'' drives. | ||
- | ===== In the Last Major Release 5.18/5.19 (after November 2020) ===== | + | ===== In Older Releases (August 2011 -- December 2021) ===== |
- | ==== General ==== | + | ==== [[older_general]] General ==== |
* 5.18: Installer needs Windows 7 SP1/2008 R2 SP1. WinSCP application itself still runs on Microsoft Windows XP SP2/Windows Server 2003 SP1 and newer. Use //Portable executables// download. | * 5.18: Installer needs Windows 7 SP1/2008 R2 SP1. WinSCP application itself still runs on Microsoft Windows XP SP2/Windows Server 2003 SP1 and newer. Use //Portable executables// download. | ||
- | |||
- | ==== Scripting and .NET Assembly ==== | ||
- | |||
- | * 5.18: Deprecated [[library_sessionoptions#giveupsecurityandacceptanysshhostkey|''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'']] in favour of [[library_sessionoptions#sshhostkeypolicy|''SshHostKeyPolicy.GiveUpSecurityAndAcceptAny'']]. | ||
- | |||
- | ===== In Older Releases (August 2011 -- November 2020) ===== | ||
- | |||
- | ==== [[older_general]] General ==== | ||
- | |||
* 5.16: Consider size of linked file when transferring/synchronizing symbolic link. [[bug>1747]] | * 5.16: Consider size of linked file when transferring/synchronizing symbolic link. [[bug>1747]] | ||
* 5.12: When uploading files, ''GetFileAttributes'' is newly used to retrieve file attributes, instead of previous ''FindFirstFile''. With some rare networked drives with broken API, this may cause problems. [[bug>1918]] | * 5.12: When uploading files, ''GetFileAttributes'' is newly used to retrieve file attributes, instead of previous ''FindFirstFile''. With some rare networked drives with broken API, this may cause problems. [[bug>1918]] | ||
Line 76: | Line 67: | ||
==== [[older_automation]] Scripting and .NET Assembly ==== | ==== [[older_automation]] Scripting and .NET Assembly ==== | ||
+ | * 5.18: Deprecated [[library_sessionoptions#giveupsecurityandacceptanysshhostkey|''SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey'']] in favour of [[library_sessionoptions#sshhostkeypolicy|''SshHostKeyPolicy.GiveUpSecurityAndAcceptAny'']]. | ||
* 5.16: TLS/SSL certificate fingerprints in generated URL use dashes (''-'') instead of colons ('':''), while colons are still accepted. Consequently URLs with TLS/SSL certificate fingerprints generated by 5.16 and newer cannot be used for older versions. | * 5.16: TLS/SSL certificate fingerprints in generated URL use dashes (''-'') instead of colons ('':''), while colons are still accepted. Consequently URLs with TLS/SSL certificate fingerprints generated by 5.16 and newer cannot be used for older versions. | ||
* 5.16: SHA-256 fingerprints in generated URL use dashes (''-'') and underscores (''_'') instead of pluses (''+'') and slashes (''/''), while pluses and slashes are still accepted. Consequently URLs with SHA-256 fingerprints generated by 5.16 and newer cannot be used for older versions. | * 5.16: SHA-256 fingerprints in generated URL use dashes (''-'') and underscores (''_'') instead of pluses (''+'') and slashes (''/''), while pluses and slashes are still accepted. Consequently URLs with SHA-256 fingerprints generated by 5.16 and newer cannot be used for older versions. |