Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-07 | 2017-12-07 | ||
| OpenSSL 1.0.2m (martin) | path methods (martin) | ||
| Line 4: | Line 4: | ||
| ===== [[5.12]] 5.12 (not released yet) ===== | ===== [[5.12]] 5.12 (not released yet) ===== | ||
| - | === 2017-12-06 === | + | === 2017-12-07 === |
| * Bug fix: Stalled connection attempts can be canceled promptly. [[bug>1564]] | * Bug fix: Stalled connection attempts can be canceled promptly. [[bug>1564]] | ||
| Line 18: | Line 18: | ||
| * ''Ctrl-number'' custom keyboard shortcuts work on numeric keypad too. [[bug>1568]] | * ''Ctrl-number'' custom keyboard shortcuts work on numeric keypad too. [[bug>1568]] | ||
| * 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]] | ||
| + | * Added methods ''Session.GetDirectoryName'', ''Session.GetFileName'' and ''Session.AddDirectorySeparator'' methods to .NET assembly. | ||
| * 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. | * 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. | ||