* Add '-smp sockets=1' by default for Qemu VMs. Ref https://github.com/GNS3/gns3-gui/issues/3047 * Implement full restart if user reload a Qemu VM which has been updated. Fixes https://github.com/GNS3/gns3-gui/issues/3038
2020.3.0beta.3
* Fix issue when resuming Qemu VM. Fixes https://github.com/GNS3/gns3-gui/issues/3027
2020.3.0beta.2
* Catch exception when psutil returns OSError * Downgrade psutil to version 5.6.7 * Use parent directory as working directory for project duplication and snapshots. Fixes https://github.com/GNS3/gns3-gui/issues/2909 * Fix Key Error "vendor_id" is missing when configuring GNS3 VM with VirtualBox. Fixes https://github.com/GNS3/gns3-gui/issues/3018
2020.3.0beta.1
* Fix issue when cannot skip slots for Dynamips routers. Fixes https://github.com/GNS3/gns3-gui/issues/3000 * Allow tests to be run by root. Fixes 1784 * Update classifiers in setup.py
2020.2.0beta.5
* Tests can be run with Python 3.8 * Wait longer for x11 socket file to be created. Ref 1761 * Allow Hyper-V to run on AMD when Windows 10 build 19640 or later is detected. Fixes 1777 * Show error message if IPv6 is not enabled when using SPICE console. Fixes 1772 * Move jsonschema 2.6.0 requirement in build repository. * Only use jsonschema 2.6.0 on Windows and macOS. * Disable default integrations for sentry sdk. * Remove unused bytes2human function.