-
Notifications
You must be signed in to change notification settings - Fork 449
Vboxwrapper release notes
Vitalii Koshura edited this page Nov 24, 2024
·
11 revisions
The vboxwrapper is used to make Vbox apps.
Windows:
x64: vboxwrapper_26208_windows_x86_64.exe.zip
Mac OS X:
x64: vboxwrapper_26208_x86_64-apple-darwin.zip
Linux:
x64: vboxwrapper_26208_x86_64-pc-linux-gnu
- fix bug that caused VB version detection to fail via #5556 by @davidpanderson
- handling of outdated vboxmanage command options via #5587 by @computezrmle
- Report TIMEOUT from vbm_popen via #5585 by @computezrmle
- Add race mitigation lock to vboxwrapper via #5571 by @computezrmle
- Fix possible endless loop via #5598 by @computezrmle
- Fix 'File name too long' on Darwin via #5608 by @computezrmle
- vboxwrapper: don't create projects/virtualbox via #5658 by @davidpanderson
- Set virtualbox vrde-property via #5823 by @computezrmle
- Revised heartbeat check via #5864 by @computezrmle
- Heartbeat checks deal with time leaps via #5866 by @computezrmle
- Replace deprecated VBoxManage command via #5542 by @computezrmle
- Avoid compiler warning in vboxwrapper.cpp via #5547 by @computezrmle
- Update is_extpack_installed via #5820 by @computezrmle
- Remove unused launch_vboxvm() via #5842 by @computezrmle
- Add options for sharing slot and project directories.
- Add option for wrapping sporadic app
Downloads:
- "list hdds" is replaced with "showhdinfo ..." to avoid race condition.
- minor security fixes
Downloads:
- Added support for multiattach mode (avoid copying VM image to each slot dir).
- Remove support for the COM interface to VBox on Windows. This broke with each VBox release, and was no more reliable than using the cmdline script supplied by VBox.
- Make sata/IntelAHCI the default virtual disk controller (recommended by Vbox); make controller type and model configurable.
- Makes VRAM size and virtual graphics adapter type configurable via vbox_job.xml
- Forward CMOS clock setting (localtime/UTC) from the host to VirtualBox guests