Skip to content

Version 2.2.6

Choose a tag to compare

@grossmj grossmj released this 26 Mar 02:11
· 1220 commits to master since this release
  • Remove --local when starting Docker dev server.
  • Release 2020.1.0-alpha.1
  • Monitor ubrige processes.
  • Add Xvnc command to the VNC servers list. Fixes #172
  • Allow controller to reconnect to compute if communication is lost. Ref #1634
  • Improvement of support for docker USER directive. Fixes #1727.
  • Fix cannot delete Dynamips router the content of the "usage" field. Fixes GNS3/gns3-gui#2947
  • Prevent locked drawings to be deleted. Fixes GNS3/gns3-gui#2948
  • Fix issues with empty project variables. Fixes GNS3/gns3-gui#2941
  • Upgrade psutil to version 5.6.6 due to CVE-2019-18874 GHSA-qfc5-mcwq-26q8
  • Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
  • Allocate application IDs for IOU nodes on the controller. An application ID is used by IOU to generate its interface Mac addresses. They must be unique across all opened projects sharing the same computes to avoid Mac address collisions.
  • Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610
  • Add nvme disk interface and fix scsi disk interface for Qemu VMs.
  • Disallow using "legacy networking mode" with Qemu >= 2.9.0
  • Add latest Qemu nic models.
  • Attempt to fix error when loading wmi module. Fixes #1712
  • Handle "aborted" state for VirtualBox VMs. Fixes #1702
  • Change how Hyper-V VMs are found. Ref #1612