This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
v1.1.0
version 1.1.0 (02/06/2017)
- IGuest.create_session() now raises a more descriptive error if
not able to connect with a zero-length password. (@SethMichaelLarson PR #70) - Add sys.executable-derived paths in list to check for vboxapi (@SethMichaelLarson PR #69)
- Fix IGuestProcess.execute() on Python 3.x (@SethMichaelLarson PR #58)
- Fix errors to not output on Windows platforms. (@SethMichaelLarson PR #57)
- Fix error caused by attempting to set any attribute in the COM interface
using setattr raising an error. (Reported by @josepegerent, patch by @SethMichaelLarson PR #74)