Differences
This shows you the differences between the selected revisions of the page.
2014-10-08 | 2014-10-09 | ||
bug 425 (martin) | password improvements, bug 1230 (martin) | ||
Line 4: | Line 4: | ||
===== [[5.6.2]] 5.6.2 (not released yet) ===== | ===== [[5.6.2]] 5.6.2 (not released yet) ===== | ||
- | === 2014-10-08 === | + | === 2014-10-09 === |
* Computer can be suspended when operation completes. Thanks to s.vaningelgem. [[bug>694]] | * Computer can be suspended when operation completes. Thanks to s.vaningelgem. [[bug>694]] | ||
* Uploading back files modified by local custom command. [[bug>169]] | * Uploading back files modified by local custom command. [[bug>169]] | ||
Line 38: | Line 38: | ||
* Change: A .NET assembly method ''Session.ExecuteCommand'' does not throw an exception on error. Instead a ''CommandExecutionResult'' now descends from a ''OperationResultBase'' (use it's ''Check'' method to reproduce the previous behavior). | * Change: A .NET assembly method ''Session.ExecuteCommand'' does not throw an exception on error. Instead a ''CommandExecutionResult'' now descends from a ''OperationResultBase'' (use it's ''Check'' method to reproduce the previous behavior). | ||
* An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | * An ''ExitCode'' property added to ''CommandExecutionResult'' in .NET assembly and an ''exitcode'' tag added to XML logging. [[bug>1225]] | ||
+ | * A ''SecureString'' can be used provide password in .NET assembly via property ''SessionOptions.SecurePassword''. [[bug>1230]] | ||
+ | * Masking out password in .NET assembly debug log. | ||
* Not considering directory name "extension" when sorting file panel by file type. [[bug>1211]] | * Not considering directory name "extension" when sorting file panel by file type. [[bug>1211]] | ||
* Not popping up a message box, when fatal startup error occurs in scripting with ''/nointeractiveinput'' switch (including runs by .NET assembly). If XML logging is enabled, the fatal error is recorded in the log (and promoted to .NET assembly). | * Not popping up a message box, when fatal startup error occurs in scripting with ''/nointeractiveinput'' switch (including runs by .NET assembly). If XML logging is enabled, the fatal error is recorded in the log (and promoted to .NET assembly). |