Differences
This shows you the differences between the selected revisions of the page.
2017-10-31 | 2017-11-01 | ||
bug 1571 (martin) | modification and permisssions with no value (martin) | ||
Line 4: | Line 4: | ||
===== [[5.12]] 5.12 (not released yet) ===== | ===== [[5.12]] 5.12 (not released yet) ===== | ||
- | === 2017-10-24 === | + | === 2017-11-01 === |
* Bug fix: Stalled connection attempts can be canceled promptly. [[bug>1564]] | * Bug fix: Stalled connection attempts can be canceled promptly. [[bug>1564]] | ||
Line 16: | Line 16: | ||
* A ''SecureString'' can be used provide a private key passphrase in .NET assembly via property ''SessionOptions.SecurePrivateKeyPassphrase''. [[bug>1557]] | * A ''SecureString'' can be used provide a private key passphrase in .NET assembly via property ''SessionOptions.SecurePrivateKeyPassphrase''. [[bug>1557]] | ||
* Extensions metadata can span multiple lines. | * Extensions metadata can span multiple lines. | ||
+ | * Change: Change: XML log tags ''<modification>'' and ''<permisssions>'' are absent, if their values are not known. Previously they would have value of ''1899-12-30T01:00:00.000Z'' and ''---------'' respectively. Consequently the .NET assembly ''RemoteFileInfo.LastWriteTime'' and ''RemoteFileInfo.FilePermissions'' have values ''DateTime.MinValue'' and ''null'', respectively. | ||
* .NET assembly timeout for waiting for WinSCP response is always at least as long as session timeout. | * .NET assembly timeout for waiting for WinSCP response is always at least as long as session timeout. | ||
* Bug fix: Command-line is disabled even for a local panel, if no session is connected or the connected session does support executing remote commands. | * Bug fix: Command-line is disabled even for a local panel, if no session is connected or the connected session does support executing remote commands. |