7.4.13

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

7x

  • client: client brand fix
  • client: minor code shuffle
  • lib: Fix build break on Linux when building with --enable-debug
  • client: fix compiler warning on non-Windows systems introduced by commit ffff2cd.
  • client: balance Windows/*nix use of coproc command line stuff.
  • client: fix bugs in task cleanup. There was at least one case where we weren't cleaning up subsidiary processes (e.g. VMs) when a task's main process exited. Fix this by consolidating task cleanup (shared mem and subsidiary processes) in ACTIVE_TASK::cleanup_task(). This gets called when a tasks' main process exits.
  • client: Remove the strerror() call from switcher_exec with regards to the task_debug output. For the things switcher does the exit code is not an errno value
  • MGR: On MS Windows, adjust width of Advanced Preferences dialog to fit all tabs without scrolling